Skip to content

Commit 105b8ad

Browse files
authored
Registrar o comando /invocar
1 parent 7e60b52 commit 105b8ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from database import *
1111
from utils.isGestor import verificar_gestor
1212
from command.dev import shutdown, restart
13-
from command.roleplay import abraco
13+
from command.roleplay import abraco, invocar
1414
from command.infos import userinfo
1515

1616
TOSCO_MODE = False
@@ -46,6 +46,7 @@ async def on_ready():
4646

4747
# Comandos de Roleplay(esqueci de colocar o comando /abracar)
4848
bot.tree.add_command(abraco.abracar)
49+
bot.tree.add_command(invocar.invocar)
4950

5051
# Comandos de Infos
5152
bot.tree.add_command(userinfo.userinfo)

0 commit comments

Comments
 (0)