Skip to content

Commit 8a7797b

Browse files
committed
Small update
1 parent ad549a7 commit 8a7797b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/SerialCord/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ async def get_home_ip(interaction):
5858
async with session.get('https://api.ipify.org') as r:
5959
public_ip = await r.text()
6060
except Exception as e:
61-
return await interaction.response.send(
61+
return await interaction.followup.send(
6262
f'❌ Nie udało się pobrać IP: {e}',
6363
ephemeral=True,
6464
)
6565

6666
try:
67-
await interaction.response.send(
67+
await interaction.followup.send(
6868
'Zwrócono adres IP w prywatnej wiadomości.',
6969
ephemeral=True,
7070
)

0 commit comments

Comments
 (0)