diff options
| author | 2019-09-04 12:13:47 -0400 | |
|---|---|---|
| committer | 2019-09-04 12:13:47 -0400 | |
| commit | db75c8c7906c3d079d3283a68e77c929603b0ba4 (patch) | |
| tree | d12fea115692a213092cfeda7c20f3504208d994 /bot | |
| parent | Update contrib doc for allowing edits from maintainers (#268) (diff) | |
Resolve alias conflict between minsweeper & monster survey
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/seasons/halloween/monstersurvey.py | 2 | 
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.""" | 
