aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anubhav <[email protected]>2020-10-07 18:09:31 +0530
committerGravatar GitHub <[email protected]>2020-10-07 18:09:31 +0530
commit8e8fce3692a9d6603cccdef7d77287c73485a91e (patch)
tree2752670397c7794db329e30c4f7447be85041808
parentremoved keys() (diff)
Corrected doc string
Co-authored-by: Rohan Reddy Alleti <[email protected]>
-rw-r--r--bot/exts/evergreen/emoji_count.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/emoji_count.py b/bot/exts/evergreen/emoji_count.py
index 365dc09d..b9838020 100644
--- a/bot/exts/evergreen/emoji_count.py
+++ b/bot/exts/evergreen/emoji_count.py
@@ -44,7 +44,7 @@ class EmojiCount(commands.Cog):
@staticmethod
def generate_invalid_embed(ctx: commands.Context) -> [discord.Embed, str]:
- """Genrates error embed."""
+ """Generates error embed."""
embed = discord.Embed(
color=Colours.soft_red,
title=random.choice(ERROR_REPLIES)