mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Add repository+model for mutes
This commit is contained in:
parent
55215dc382
commit
2ac8984792
3 changed files with 103 additions and 0 deletions
8
src/models/Mute.ts
Normal file
8
src/models/Mute.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Model from "./Model";
|
||||
|
||||
export default class Mute extends Model {
|
||||
public guild_id: string;
|
||||
public user_id: string;
|
||||
public created_at: string;
|
||||
public expires_at: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue