pre-events
add to the api, events that will be executed before an action is executed, for example, before creating / deleting / editing a voice channel that executes a previous event so that a bot can control this situation and can also cancel it; example of use? onChannelDeletePreEvent (event, channel) {if (channel.id == xxxxxxx) event.cancel (); else return; }
13
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
0 Kommentare