community-relations/src/class/Report.ts

8 lines
128 B
TypeScript
Raw Normal View History

2020-10-31 02:27:41 -04:00
import { Client, RichEmbed } from '.';
export default class Report {
2020-11-07 07:46:46 -05:00
public static async soft(userID: string) {
//
}
2020-10-31 02:27:41 -04:00
}