For the complete documentation index, see llms.txt. This page is also available as Markdown.

Channel Update

How to use the Channel Update event in Discord Bot Studio

This event is emitted whenever a channel is updated - such as when there is a name change, topic change, channel type change.

This command makes the variables tempVars.updatedchannelnew and tempVars.updatedchannelold available to use. They represent the new, and old versions of the channel which was updated.

Last updated