diff options
author | 2021-08-17 17:17:07 +0200 | |
---|---|---|
committer | 2021-08-17 17:17:07 +0200 | |
commit | ce64585d828c741d092f6e14e03d38112b23b983 (patch) | |
tree | b7ff83140ea2fcb7750bbc07e0d69171064593ec | |
parent | Improve code consistency and spacing in the Wikipedia Cog (diff) |
Improve code transparency in the Wikipedia Cog
Co-authored-by: Rohan Reddy Alleti <[email protected]>
-rw-r--r-- | bot/exts/evergreen/wikipedia.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/wikipedia.py b/bot/exts/evergreen/wikipedia.py index cabce1ad..1b75f802 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -97,7 +97,6 @@ class WikipediaSearch(commands.Cog): await ctx.send( "Sorry, we could not find a wikipedia article using that search term." ) - return def setup(bot: Bot) -> None: |