Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
for channel in <объект гильдии>.channels: if type(channel) is discord.VoiceChannel: if channel.members < 1: channel.delete()
client = commands.Bot(command_prefix='!',intents=discord.Intents.default())