Returns:
Example
-client.on('message', (msg) => {
antiSpam.message(msg);
});
+ client.on('message', (msg) => {
+ antiSpam.message(msg);
+});
resetsendActionMessage(message, action)
+(async) userleave(member) → {Promise.<boolean>}
@@ -613,7 +615,7 @@send
- Send action message in the channel or dm
+ Checks if the user left the server to remove him from the cache!
@@ -688,39 +690,13 @@ Parameters:
- message
-
-
-
-
-
-Discord.Message
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- action
+ member
-String
+Discord.GuildMember
@@ -731,7 +707,7 @@ Parameters:
-
+ The member to remove from the cache.
@@ -760,88 +736,75 @@ Returns:
-
-
- boolean.
-
-
-
-
Send action message in the channel or dm
+Checks if the user left the server to remove him from the cache!
message
Discord.Message
-
-
-
- action
member
String
+Discord.GuildMember
@@ -731,7 +707,7 @@ Parameters:
The member to remove from the cache.
boolean.
-