Skip to content

Commit 3f30297

Browse files
committed
Simple bugfix for discord stuck
1 parent d76a3f1 commit 3f30297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/SerialCord/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ async def get_home_ip(interaction):
5353
async with session.get('https://api.ipify.org') as r:
5454
public_ip = await r.text()
5555
except Exception as e:
56+
await interaction.response.send_message(
57+
'Wykonano poproszoną akcję.',
58+
)
5659
return await interaction.followup.send(
5760
f'❌ Nie udało się pobrać IP: {e}',
5861
ephemeral=True,

0 commit comments

Comments
 (0)