feat(bots/discord): support nickname decancering

This commit is contained in:
PalmDevs
2024-06-24 22:53:21 +07:00
parent a2bf3eade9
commit 1723e8cacf
7 changed files with 66 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ export type Config = {
guilds: string[]
moderation?: {
roles: string[]
cure?: {
defaultName: string
}
log?: {
channel: string
thread?: string