renamed infocog to basecog

This commit is contained in:
Abigail Gold
2019-10-04 18:16:47 -04:00
parent a6d6dd2c74
commit 2baff301de
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ import discord
import discord.ext.commands as commands
class InfoCog(commands.Cog):
class BaseCog(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.gs = bot.get_cog("GlobalSettings")
@@ -53,4 +53,4 @@ class InfoCog(commands.Cog):
def setup(bot):
bot.add_cog(InfoCog(bot))
bot.add_cog(BaseCog(bot))