1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

fix(poll.py) update poll banned message for consistency and professionalism

This commit is contained in:
electron271 2024-09-26 20:33:23 -05:00
parent fa21fb0275
commit 887ad4710f
No known key found for this signature in database
GPG key ID: 1173E6CDFA0294D5

View file

@ -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