Skip to content

Commit

Permalink
💄 style(yt_tracking_rm): change "?" button from green to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeris1One committed Nov 2, 2023
1 parent f7a3421 commit 03a04da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/youtubeTrackingRemover/youtubeTrackingRemover.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(self, bot: Gunibot, message: discord.WebhookMessage, webhook: disco
self.original_user_id = original_user_id

# pylint: disable=unused-argument
@discord.ui.button(emoji='', style=discord.ButtonStyle.green)
@discord.ui.button(emoji='', style=discord.ButtonStyle.blurple)
async def button(self, interaction: discord.Interaction, button: discord.ui.Button):
await interaction.response.send_message(
await self.bot._(interaction.guild_id, "youtube_tracking_remover.message"),
Expand Down

0 comments on commit 03a04da

Please sign in to comment.