try using RSS feed instead of json, since RSS doesn't seem to block server ips
Build and publish ich_iel bot / build (push) Successful in 6m31s

This commit is contained in:
2026-05-02 16:12:24 +02:00
parent 0e368ade2f
commit 8739f889d3
2 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def setup(bot):
bot.command()(play)
async def play(ctx, *, url: str):
guild_id = ctx._guild.id # Guild aus der Message
guild_id = ctx._guild.id
voice_state = _bot.get_voice_state(guild_id, ctx.author.id)
if voice_state is None or voice_state.channel_id is None: