From 67fded1acf7c5bcb410ccfd26899036f49d97c06 Mon Sep 17 00:00:00 2001 From: Anubhav <57266248+Anubhav1603@users.noreply.github.com> Date: Sun, 6 Sep 2020 21:25:10 +0530 Subject: Corrected grammer 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 7b348bc4..fd91ce14 100644 --- a/bot/exts/evergreen/wikipedia.py +++ b/bot/exts/evergreen/wikipedia.py @@ -87,7 +87,7 @@ class WikipediaCog(commands.Cog): await msg.edit(embed=embed) except ValueError: - await ctx.send("sorry u cant do that I will only accept int") + await ctx.send("Sorry, but you cannot do that, I will only accept an integer.") except IndexError: await ctx.send("sorry but you are exceeding the limit please select the range from above given list") -- cgit v1.2.3