Parent Directory
|
Revision Log
|
Patch
revision 51 by rakin, Mon Jul 29 17:28:23 2024 UTC | revision 69 by rakin, Mon Jul 29 17:28:28 2024 UTC | |
---|---|---|
# | Line 31 export default class AFKEngine { | Line 31 export default class AFKEngine { |
31 | } | } |
32 | ||
33 | start(msg: Message) { | start(msg: Message) { |
34 | if (msg.author.bot) | |
35 | return; | |
36 | ||
37 | const mention = msg.mentions.members!.first(); | const mention = msg.mentions.members!.first(); |
38 | ||
39 | if (mention) { | if (mention) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |