Some visual changes
This commit is contained in:
@@ -9,7 +9,7 @@ from lib import determine_prefix, determine_time
|
||||
from lib import logger
|
||||
|
||||
|
||||
class Bot_info(commands.Cog, name='Bot Info'):
|
||||
class BotInfo(commands.Cog, name='Bot Info'):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot # defining bot as global var in class
|
||||
|
||||
@@ -41,4 +41,4 @@ class Bot_info(commands.Cog, name='Bot Info'):
|
||||
|
||||
|
||||
def setup(bot): # an extension must have a setup function
|
||||
bot.add_cog(Bot_info(bot)) # adding a cog
|
||||
bot.add_cog(BotInfo(bot)) # adding a cog
|
||||
|
||||
Reference in New Issue
Block a user