changing filename
This commit is contained in:
parent
4792fcfc41
commit
3aa1523610
3 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue