diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/exts/holidays/halloween/monstersurvey.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/monstersurvey.py b/bot/exts/holidays/halloween/monstersurvey.py index 15770980..fdc15e13 100644 --- a/bot/exts/holidays/halloween/monstersurvey.py +++ b/bot/exts/holidays/halloween/monstersurvey.py @@ -109,7 +109,7 @@ class MonsterSurvey(Cog):                  name = name.lower()              vote_embed = Embed( -                name="Monster Voting", +                title="Monster Voting",                  color=0xFF6800              )  |