fix(bots/discord)!: remove guilds config in favor of upcoming impl

This commit is contained in:
PalmDevs
2024-07-26 01:24:29 +07:00
parent 27662ed91a
commit bd906fbf54
3 changed files with 43 additions and 48 deletions

View File

@@ -5,7 +5,6 @@ export type Config = {
users?: string[]
roles?: Record<string, string[]>
}
guilds: string[]
moderation?: {
roles: string[]
cure?: {