feat: initial Papo bot scaffold
This commit is contained in:
8
src/config/state.ts
Normal file
8
src/config/state.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface GuildSettings {
|
||||
welcomeChannelId?: string;
|
||||
logChannelId?: string;
|
||||
automodEnabled?: boolean;
|
||||
levelingEnabled?: boolean;
|
||||
}
|
||||
|
||||
export const settings = new Map<string, GuildSettings>();
|
||||
Reference in New Issue
Block a user