aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar D0rs4n <[email protected]>2021-08-17 17:17:07 +0200
committerGravatar GitHub <[email protected]>2021-08-17 17:17:07 +0200
commitce64585d828c741d092f6e14e03d38112b23b983 (patch)
treeb7ff83140ea2fcb7750bbc07e0d69171064593ec
parentImprove 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.py1
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: