moved them back up there
This commit is contained in:
parent
5e8cbb171d
commit
2e3c6942b6
1 changed files with 1 additions and 5 deletions
6
bot.py
6
bot.py
|
@ -7,6 +7,7 @@ import traceback
|
||||||
import subprocess
|
import subprocess
|
||||||
import tempfile
|
import tempfile
|
||||||
import shutil
|
import shutil
|
||||||
|
import uuid
|
||||||
|
|
||||||
from modules.globalvars import *
|
from modules.globalvars import *
|
||||||
from modules.prestartchecks import start_checks
|
from modules.prestartchecks import start_checks
|
||||||
|
@ -241,11 +242,6 @@ async def talk(ctx, sentence_size: int = 5):
|
||||||
bot.help_command = None
|
bot.help_command = None
|
||||||
|
|
||||||
# Command: Show help information
|
# Command: Show help information
|
||||||
|
|
||||||
import uuid
|
|
||||||
import random
|
|
||||||
|
|
||||||
|
|
||||||
@bot.hybrid_command(description=f"{get_translation(LOCALE, 'command_desc_help')}")
|
@bot.hybrid_command(description=f"{get_translation(LOCALE, 'command_desc_help')}")
|
||||||
async def image(ctx):
|
async def image(ctx):
|
||||||
assets_folder = "assets/images"
|
assets_folder = "assets/images"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue