aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-04 13:01:05 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-04 13:01:05 -0400
commit47a6625db396757080ccb25704d5f5b73d9dc455 (patch)
treeece10b059e961f8210b468da7f410a8e1c29f716
parentchore: Prefer double quotes over single quotes (diff)
parentchore: Don't make content an empty string (diff)
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lancebot into spring-cleanup
-rw-r--r--bot/exts/evergreen/snakes/_snakes_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/snakes/_snakes_cog.py b/bot/exts/evergreen/snakes/_snakes_cog.py
index d95970da..353bcd66 100644
--- a/bot/exts/evergreen/snakes/_snakes_cog.py
+++ b/bot/exts/evergreen/snakes/_snakes_cog.py
@@ -829,7 +829,7 @@ class Snakes(Cog):
)
)
- quiz = await ctx.send("", embed=embed)
+ quiz = await ctx.send(embed=embed)
await self._validate_answer(ctx, quiz, answer, options)
@snakes_group.command(name="name", aliases=("name_gen",))