initial commit

This commit is contained in:
2024-10-13 14:02:02 +00:00
commit a3cabb6229
33 changed files with 18981 additions and 0 deletions

6
src/models/Guild.ts Normal file
View File

@@ -0,0 +1,6 @@
export interface Guild{
_id: string;
guildId: string;
giveawayLogChannelId: string;
autoroleLogChannelId: string;
}