diff options
author | 2020-10-01 09:55:17 +0530 | |
---|---|---|
committer | 2020-10-01 09:55:17 +0530 | |
commit | cd20d5499ee74bccd5280663f374fbfefaeccc17 (patch) | |
tree | 2e0cc0f41c34456996cd159784089a2c5fabf4d5 /bot | |
parent | GithubInfo command (diff) |
fixed checks failing by running Installing dependencies from Pipfile.lock (2801e4)…
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
All dependencies are now up-to-date!
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/evergreen/githubinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py index fd1ba47f..e2541a23 100644 --- a/bot/exts/evergreen/githubinfo.py +++ b/bot/exts/evergreen/githubinfo.py @@ -84,5 +84,5 @@ class GithubInfo(commands.Cog): def setup(bot: commands.Bot) -> None: - """Load the cog""" + """Adding the cog to the bot""" bot.add_cog(GithubInfo(bot)) |