aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Anubhav <[email protected]>2020-09-06 21:25:10 +0530
committerGravatar GitHub <[email protected]>2020-09-06 21:25:10 +0530
commit67fded1acf7c5bcb410ccfd26899036f49d97c06 (patch)
treeb7b213f82ad667ab81f92ba9f086a28e9571748f /bot
parentcorrected error msg of index error (diff)
Corrected grammer
Co-authored-by: Shirayuki Nekomata <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/wikipedia.py2
1 files changed, 1 insertions, 1 deletions
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")