changing filename

This commit is contained in:
Mylloon 2021-07-28 03:29:27 +02:00
parent 4792fcfc41
commit 3aa1523610
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
from twitchio.ext import commands
from os import listdir
from utils.utils import load
from utils.core import load
class Bot(commands.Bot):
def __init__(self):

View file

@ -1,5 +1,5 @@
from twitchio.ext import commands
from utils.utils import load
from utils.core import load
def prepare(bot: commands.Bot):
bot.add_cog(Utils(bot))