Skip to content

Commit fe9c881

Browse files
authored
Registramento
1 parent 3365e49 commit fe9c881

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, invocar
13+
from command.roleplay import abraco, invocar, beijar
1414
from command.infos import userinfo
1515

1616
TOSCO_MODE = False
@@ -47,6 +47,7 @@ async def on_ready():
4747
# Comandos de Roleplay(esqueci de colocar o comando /abracar)
4848
bot.tree.add_command(abraco.abracar)
4949
bot.tree.add_command(invocar.invocar)
50+
bot.tree.add_command(beijar.beijar)
5051

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

0 commit comments

Comments
 (0)