did a poopy woopy

This commit is contained in:
Adriene Hutchins 2020-03-21 11:05:20 -04:00
parent c8e98fbf5c
commit bebd010290
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class BotList(commands.Cog, name='Bot List'):
# Main Stuff
self.bot = bot
self.request = bot.request
self.info = bot.logging.info
self.debug = bot.logging.debug
self.emoji = "\U0001F5F3"
# List Tokens
@ -116,7 +116,7 @@ class BotList(commands.Cog, name='Bot List'):
responses['dad'] = resp.status
log_msg = f"**Botlists updated!**\n\n```{responses}```"
await self.info(content=log_msg, name='List Update')
await self.debug(content=log_msg, name='List Update')
# Finalization
return responses