initial commit
This commit is contained in:
6
src/models/Guild.ts
Normal file
6
src/models/Guild.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Guild{
|
||||
_id: string;
|
||||
guildId: string;
|
||||
giveawayLogChannelId: string;
|
||||
autoroleLogChannelId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user