pull/29/head
Bsian 2020-11-07 12:46:46 +00:00
parent 2e660ee31c
commit e395f4087a
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
import { Client, RichEmbed } from '.';
export default class Report {
public static async soft(userID: string)
public static async soft(userID: string) {
//
}
}