aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Erik K Anderson <[email protected]>2023-08-20 18:15:54 -0500
committerGravatar wookie184 <[email protected]>2023-08-21 13:00:53 +0100
commit2a0d2f24cb6c4e94b8dee23624920bf39f90134d (patch)
tree500667b94f2f9fbd98611040be45384e703ac49c
parentBump ruff from 0.0.284 to 0.0.285 (#1346) (diff)
Use title as parameter name for Embed in monster_vote
-rw-r--r--bot/exts/holidays/halloween/monstersurvey.py2
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
)