aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Quanta <[email protected]>2020-10-25 21:40:41 +0530
committerGravatar GitHub <[email protected]>2020-10-25 21:40:41 +0530
commit675900901c333b747d43806c9a525290886bbc14 (patch)
tree9d6801b0c08d27f02db584ecba0842cdff955e0e
parentSatify lint (diff)
Typo in word "none"
Co-authored-by: gustavwilliam <[email protected]>
-rw-r--r--bot/exts/halloween/candy_collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/candy_collection.py b/bot/exts/halloween/candy_collection.py
index 835ca8cb..a862e1af 100644
--- a/bot/exts/halloween/candy_collection.py
+++ b/bot/exts/halloween/candy_collection.py
@@ -154,7 +154,7 @@ class CandyCollection(commands.Cog):
"""An alternative spooky message sent when user has no candies in the collection."""
embed = discord.Embed(color=author.color)
embed.set_author(name="Ghosts and Ghouls and Jack o' lanterns at night; "
- "I tried to take your candies but you had non to begin with!")
+ "I tried to take your candies but you had none to begin with!")
await channel.send(embed=embed)
def save_to_json(self) -> None: