feat: Add bot settings commands.

This commit is contained in:
Lemon4ksan
2025-01-20 20:36:56 +03:00
parent 7902a72dae
commit a1a29aee95
5 changed files with 183 additions and 7 deletions

View File

@@ -16,7 +16,8 @@ bot = Bot(intents=intents)
cogs_list = [
'general',
'voice'
'voice',
'settings'
]
@bot.event