mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-22 15:58:40 -05:00
renamed infocog to basecog
This commit is contained in:
parent
a6d6dd2c74
commit
2baff301de
@ -25,7 +25,7 @@ import discord
|
|||||||
import discord.ext.commands as commands
|
import discord.ext.commands as commands
|
||||||
|
|
||||||
|
|
||||||
class InfoCog(commands.Cog):
|
class BaseCog(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.gs = bot.get_cog("GlobalSettings")
|
self.gs = bot.get_cog("GlobalSettings")
|
||||||
@ -53,4 +53,4 @@ class InfoCog(commands.Cog):
|
|||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(InfoCog(bot))
|
bot.add_cog(BaseCog(bot))
|
Loading…
Reference in New Issue
Block a user