Skip to content

Commit 4012ecd

Browse files
authored
Add blacklist_remove command to bot commands
1 parent 92fac75 commit 4012ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from command.dev import shutdown, restart
1313
from command.roleplay import abraco, invocar, beijar
1414
from command.infos import userinfo
15-
from caramelo.blacklist.blacklist import blacklist_add, save_blacklist
15+
from caramelo.blacklist.blacklist import blacklist_add, save_blacklist, blacklist_remove
1616
from caramelo.caramelo import lock
1717

1818
TOSCO_MODE = False
@@ -59,6 +59,7 @@ async def on_ready():
5959
# Comandos do Caramelo Automod/Mod
6060
bot.tree.add_command(lock) # Comando de Trancar o Canal
6161
bot.tree.add_command(blacklist_add)
62+
bot.tree.add_command(blacklist_remove)
6263

6364
try:
6465
synced = await bot.tree.sync()

0 commit comments

Comments
 (0)