aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-11-22 21:27:55 +0000
committerGravatar GitHub <[email protected]>2021-11-22 21:27:55 +0000
commitef9d4380676cd1d94b939c879d946754d9ab8dc0 (patch)
treefc5af656dbc4d4179a00025ad8ac46fb0ffb0edf
parentMerge pull request #954 from D0rs4n/patch-aocdayandstar (diff)
parentFix a grammatical mistake in the description of the `.spookify` command (diff)
Merge pull request #955 from DMFriends/christmas_avatar
Fix a grammatical mistake in the description of the `.spookify` command
-rw-r--r--bot/exts/avatar_modification/avatar_modify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/avatar_modification/avatar_modify.py b/bot/exts/avatar_modification/avatar_modify.py
index fbee96dc..3ee70cfd 100644
--- a/bot/exts/avatar_modification/avatar_modify.py
+++ b/bot/exts/avatar_modification/avatar_modify.py
@@ -286,7 +286,7 @@ class AvatarModify(commands.Cog):
@avatar_modify.command(
aliases=("savatar", "spookify"),
root_aliases=("spookyavatar", "spookify", "savatar"),
- brief="Spookify an user's avatar."
+ brief="Spookify a user's avatar."
)
async def spookyavatar(self, ctx: commands.Context) -> None:
"""This "spookifies" the user's avatar, with a random *spooky* effect."""