From 887ad4710f7aa0ed34ec3e60d3be22e472f2b6e4 Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:33:23 -0500 Subject: [PATCH] fix(poll.py) update poll banned message for consistency and professionalism --- tux/cogs/utility/poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tux/cogs/utility/poll.py b/tux/cogs/utility/poll.py index 836a26d..1e40d1e 100644 --- a/tux/cogs/utility/poll.py +++ b/tux/cogs/utility/poll.py @@ -96,7 +96,7 @@ class Poll(commands.Cog): user_name=interaction.user.name, user_display_avatar=interaction.user.display_avatar.url, title="Poll Banned", - description="you are banned from making polls. think about what you have done.", + description="You are poll banned and cannot create a poll.", ) await interaction.response.send_message(embed=embed, ephemeral=True) return