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
Iniciar sesión para dejar un comentario.
Comentarios
0 comentarios