如何在删除频道时撤消`get_something`

时间:2019-01-23 21:44:55

标签: python python-3.x discord discord.py

所以我有这个脚本,当创建频道时,它会在My_channels上加上get_My_channels上的on_channel_create,但是我不知道如何从{ {1}},如果使用My_channels删除了具有该名称的频道,那么当有消息发送到该频道时,它不会给我一个错误消息,那就是该频道不可用

on_channel_delete

但是现在删除通道是错误所在

#When channel is created it works
My_channels=[]
@client.event
async def on_channel_create(GlobalChat):
    await get_My_channels() #< That line adds the created channel to My_channels if the channel has the name 'GlobalChat'

0 个答案:

没有答案