viewing paste Unknown #29232 | Python

Posted on the
1 2 3 4 5
            else: #if eq channel doesn't exist, removes it
                msg = ':mega: **Alert!**\n Channel %s does not exist. Removing...' % item
                if client.get_channel(test_channel):
                    await client.send_message(discord.Object(test_channel), msg)
                await removeEQChannel(item)
Viewed 825 times, submitted by Guest.