TypeError: Embed.__init__() got an unexpected keyword argument 'name'
sentry-io opened this issue · 4 comments
sentry-io commented
Sentry Issue: SIR-LANCEBOT-AH
TypeError: Embed.__init__() got an unexpected keyword argument 'name'
File "bot/exts/holidays/halloween/monstersurvey.py", line 111, in monster_vote
vote_embed = Embed(
Unhandled command error: Embed.__init__() got an unexpected keyword argument 'name'
erikkristoferanderson commented
I'm interested in working on this. I will start by trying to reproduce the error in Gitpod.
shtlrs commented
Sure thing, I'll assign you.
shtlrs commented
To give you context that you might be missing from sentry, it seems to happen when running this command
.monster vote goofy
erikkristoferanderson commented
Thanks. That'll probably help.