aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/monstersurvey.py
diff options
context:
space:
mode:
authorGravatar Chris G <[email protected]>2019-09-10 22:34:30 -0600
committerGravatar GitHub <[email protected]>2019-09-10 22:34:30 -0600
commit8347c9ea91b5ec05cd57ddf6d40e88c9bac8ddd5 (patch)
tree82d0f8647b9fbb38e4462e0e26471da1124d506e /bot/seasons/halloween/monstersurvey.py
parentUpdate contrib doc for allowing edits from maintainers (#268) (diff)
parentUpdate bot/seasons/evergreen/snakes/utils.py (diff)
Merge pull request #269 from python-discord/hacktoberfest-update
Hacktoberfest update & SaL Fix
Diffstat (limited to 'bot/seasons/halloween/monstersurvey.py')
-rw-r--r--bot/seasons/halloween/monstersurvey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/monstersurvey.py b/bot/seasons/halloween/monstersurvey.py
index 173ce8eb..6e71a007 100644
--- a/bot/seasons/halloween/monstersurvey.py
+++ b/bot/seasons/halloween/monstersurvey.py
@@ -60,7 +60,7 @@ class MonsterSurvey(Cog):
@commands.group(
name='monster',
- aliases=('ms',)
+ aliases=('mon',)
)
async def monster_group(self, ctx: Context):
"""The base voting command. If nothing is called, then it will return an embed."""