diff options
author | 2020-09-17 22:13:46 +0530 | |
---|---|---|
committer | 2020-09-17 22:13:46 +0530 | |
commit | 6ab4e2a59076152553f2f97734e579fce3df8e26 (patch) | |
tree | d8ec3d7210726d57bf68db143ba7006d3bea8c32 | |
parent | Merge branch 'master' of github.com:Anubhav1603/seasonalbot (diff) |
corrected typo
-rw-r--r-- | bot/exts/evergreen/wikipedia.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/wikipedia.py b/bot/exts/evergreen/wikipedia.py index 9f92c620..e1fdf481 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -42,7 +42,7 @@ class WikipediaCog(commands.Cog): @commands.cooldown(1, 10, commands.BucketType.user) @commands.command(name="wikipedia", aliases=["wiki"]) async def wikipedia_search_command(self, ctx: commands.Context, *, search: str) -> None: - """Returns list of results containing your search query from wikipedia.""" + """Return list of results containing your search query from wikipedia.""" titles_no_underscore: List[str] = [] s_desc = '' |