diff options
author | 2023-08-20 18:15:54 -0500 | |
---|---|---|
committer | 2023-08-21 13:00:53 +0100 | |
commit | 2a0d2f24cb6c4e94b8dee23624920bf39f90134d (patch) | |
tree | 500667b94f2f9fbd98611040be45384e703ac49c /bot | |
parent | Bump ruff from 0.0.284 to 0.0.285 (#1346) (diff) |
Use title as parameter name for Embed in monster_vote
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 ) |