moved them back up there

This commit is contained in:
WhatDidYouExpect 2025-07-01 15:38:03 +02:00
parent 5e8cbb171d
commit 2e3c6942b6

6
bot.py
View file

@ -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"