From ce64585d828c741d092f6e14e03d38112b23b983 Mon Sep 17 00:00:00 2001 From: D0rs4n <41237606+D0rs4n@users.noreply.github.com> Date: Tue, 17 Aug 2021 17:17:07 +0200 Subject: Improve code transparency in the Wikipedia Cog Co-authored-by: Rohan Reddy Alleti --- bot/exts/evergreen/wikipedia.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bot') 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: -- cgit v1.2.3