From b616554fa090132c9409fe7c574be734db740335 Mon Sep 17 00:00:00 2001 From: nex Date: Sat, 11 Nov 2023 18:33:32 +0000 Subject: [PATCH] ugh --- cogs/other.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogs/other.py b/cogs/other.py index e93e060..adb296a 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1809,7 +1809,6 @@ class OtherCog(commands.Cog): % (content, output_location.name) ) - class OllamaKillSwitchView(discord.ui.View): def __init__(self, ctx: commands.Context, msg: discord.Message): super().__init__(timeout=None) @@ -1822,7 +1821,7 @@ class OtherCog(commands.Cog): @discord.ui.button( label="Abort", style=discord.ButtonStyle.red, - emoji="\N{waste basket}", + emoji="\N{wastebasket}", ) async def abort_button(self, _, interaction: discord.Interaction): await interaction.response.defer()