Skip to content

Commit df68b49

Browse files
authored
Registrar os novos comandos na árvore de comandos
1 parent 20fdfe7 commit df68b49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from utils.isGestor import verificar_gestor
1212
from command.dev import shutdown, restart
1313
from command.roleplay import abraco
14+
from command.infos import userinfo
1415

1516
TOSCO_MODE = False
1617

@@ -45,6 +46,9 @@ async def on_ready():
4546

4647
# Comandos de Roleplay(esqueci de colocar o comando /abracar)
4748
bot.tree.add_command(abraco.abracar)
49+
50+
# Comandos de Infos
51+
bot.tree.add_command(userinfo.userinfo)
4852

4953
try:
5054
synced = await bot.tree.sync()

0 commit comments

Comments
 (0)