From 2e3c6942b68ce2bd70caaf430363c58bde6306f7 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:38:03 +0200 Subject: [PATCH] moved them back up there --- bot.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bot.py b/bot.py index f528cbd..592ce4c 100644 --- a/bot.py +++ b/bot.py @@ -7,6 +7,7 @@ import traceback import subprocess import tempfile import shutil +import uuid from modules.globalvars import * from modules.prestartchecks import start_checks @@ -241,11 +242,6 @@ async def talk(ctx, sentence_size: int = 5): bot.help_command = None # Command: Show help information - -import uuid -import random - - @bot.hybrid_command(description=f"{get_translation(LOCALE, 'command_desc_help')}") async def image(ctx): assets_folder = "assets/images"