Skip to content

Commit 1fcafa2

Browse files
authored
Add performance command to development commands
1 parent e3a3c96 commit 1fcafa2

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 checar_saldo, alterar_saldo
1111

1212
from utils.isGestor import verificar_gestor
13-
from command.dev import shutdown, restart
13+
from command.dev import shutdown, restart, performance
1414
from command.roleplay import abraco, invocar, beijar
1515
from command.infos import userinfo, botinfo
1616
from caramelo.blacklist.blacklist import blacklist_add, save_blacklist, blacklist_data, blacklist_remove
@@ -55,6 +55,7 @@ async def on_ready():
5555
# Comandos de Development :D
5656
bot.tree.add_command(shutdown.shutdown)
5757
bot.tree.add_command(restart.restart)
58+
bot.tree.add_command(performance.performance)
5859

5960
# Comandos de Roleplay
6061
bot.tree.add_command(abraco.abracar)

0 commit comments

Comments
 (0)