-
Notifications
You must be signed in to change notification settings - Fork 0
Client.off()
paige edited this page Oct 23, 2023
·
9 revisions
method for removing event listeners
arguments:
- event/events
String/Array
- action
Function
client.off("ready", a);
client.off("send", b);
client.off(["delete", "edit"], c);