Skip to content

Commit 8c28c17

Browse files
committed
Remove potentially dangerous calls
1 parent 2e4ace6 commit 8c28c17

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

eggsplode/ui/nope.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ async def finish_confirmation(self, interaction: discord.Interaction):
167167
self.game.last_interaction = interaction
168168
self.ignore_interactions()
169169
try:
170-
self.remove_item(self.action_row)
171-
self.remove_item(self.timer_display)
172170
self.disable_all_items()
173171
await interaction.edit(view=self)
174172
finally:

resources/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.5.14"
2+
"version": "1.5.15"
33
}

0 commit comments

Comments
 (0)