I oopsed the name of the cog

This commit is contained in:
Adriene Hutchins 2020-02-29 00:58:24 -05:00
parent 4ca816b3d2
commit 68ce4ade6f
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from discord.ext import commands, tasks
import dbl
class Developer(commands.Cog):
class Botlist(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.request = bot.request
@ -83,4 +83,4 @@ class Developer(commands.Cog):
def setup(bot):
bot.add_cog(Developer(bot))
bot.add_cog(Botlist(bot))