Browse Source

"not capitalised variables!" pycharm shouted.

tags/v1.4.0
roxie 6 years ago
parent
commit
53efa14dd3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/settings.py

+ 2
- 2
config/settings.py View File

@@ -397,5 +397,5 @@ class Settings:
return await ctx.send("I now know this server is NOT anal")


def setup(Bot):
Bot.add_cog(Settings(Bot))
def setup(bot_client):
bot_client.add_cog(Settings(bot_client))

Loading…
Cancel
Save