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

@@ -4,19 +4,12 @@
* @type {import('./config.schema').Config}
*/
export default {
/**
* ? ADMIN CONFIGURATION
* Bot administrators can run destructive commands like /stop, or /register.
*
* ! The match condition is `any`: If the user ID matches or the member has a specific role in the list, it considers that user as admin.
*/
admin: {
users: ['USER_ID_HERE'],
roles: {
GUILD_ID_HERE: ['ROLE_ID_HERE'],
},
},
guilds: ['GUILD_ID_HERE'],
moderation: {
cure: {
defaultName: 'Server member',