mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
I oopsed the name of the cog
This commit is contained in:
parent
4ca816b3d2
commit
68ce4ade6f
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue