From 9387d7b320e5875a0ad26ed2ad230d58f676b97f Mon Sep 17 00:00:00 2001 From: Jonak-Adipta-Kalita Date: Fri, 3 Mar 2023 15:49:24 +0530 Subject: [PATCH] wha...? what is wrong? --- bot/src/cogs/commands/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/cogs/commands/fun.py b/bot/src/cogs/commands/fun.py index e91f112..0d48ab1 100644 --- a/bot/src/cogs/commands/fun.py +++ b/bot/src/cogs/commands/fun.py @@ -1,4 +1,4 @@ -import asyncio, disnake, os, random, art +import asyncio, os, random, art import src.core.embeds as embeds import src.core.functions as funcs import src.core.files as files