feat(bots/discord): add moderation.roles config to be used in moderation commands

This commit is contained in:
PalmDevs
2024-06-24 18:32:04 +07:00
parent 7fdf8c0dc7
commit 39d5b3a479
5 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ export type Config = {
owners: string[]
guilds: string[]
moderation?: {
roles: string[]
log?: {
channel: string
thread?: string