aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-04-23 12:28:37 +0100
committerGravatar GitHub <[email protected]>2021-04-23 12:28:37 +0100
commitd77986e528b977170c30efb6afc41e53425ad6df (patch)
tree6be4cd639c470504d095ac77739dfb6d34928c54 /bot
parentFix errors when a subreddit has <5 posts. (diff)
Fix spelling of a user facing message in reddit cog
Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/reddit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/reddit.py b/bot/exts/evergreen/reddit.py
index 4fdb6fca..2be511c8 100644
--- a/bot/exts/evergreen/reddit.py
+++ b/bot/exts/evergreen/reddit.py
@@ -56,7 +56,7 @@ class Reddit(commands.Cog):
if posts[0]["data"]["over_18"] is True:
return await ctx.send(
- "You cannot access this Subreddit as it is ment for those who "
+ "You cannot access this Subreddit as it is meant for those who "
"are 18 years or older."
)