viewing paste Unknown #29231 | Python

Posted on the
1 2 3 4 5 6 7 8 9
            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 790 times, submitted by Guest.