From cd20d5499ee74bccd5280663f374fbfefaeccc17 Mon Sep 17 00:00:00 2001 From: Lakshya Shastri Date: Thu, 1 Oct 2020 09:55:17 +0530 Subject: 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! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/exts/evergreen/githubinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/evergreen/githubinfo.py') 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)) -- cgit v1.2.3