From c908cea40177f15648825525bdbe9af98daff06d Mon Sep 17 00:00:00 2001 From: Anubhav <57266248+Anubhav1603@users.noreply.github.com> Date: Sat, 5 Sep 2020 21:28:53 +0530 Subject: changed final to titles_no_underscore Co-authored-by: Shirayuki Nekomata --- bot/exts/evergreen/wikipedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/wikipedia.py b/bot/exts/evergreen/wikipedia.py index 4dec8bdf..0463e7a7 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -41,7 +41,7 @@ class WikipediaCog(commands.Cog): @commands.command(name="wikipedia", aliases=["wiki"]) async def w_pedia(self, ctx: commands.Context, *, search: str) -> None: """Gives list of item.""" - final = [] + titles_no_underscore: List[str] = [] s_desc = '' titles = await self.search_wikipedia(search) -- cgit v1.2.3