aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/wikipedia.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/evergreen/wikipedia.py')
-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: