Add case_id to mutes. Add !mutes command to list mutes.
This commit is contained in:
parent
60c434999e
commit
7a372533ec
9 changed files with 131 additions and 3 deletions
|
@ -3,6 +3,7 @@ import Model from "./Model";
|
|||
export default class Mute extends Model {
|
||||
public guild_id: string;
|
||||
public user_id: string;
|
||||
public case_id: number;
|
||||
public created_at: string;
|
||||
public expires_at: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue