Parent Directory
|
Revision Log
|
Patch
revision 12 by rakin, Mon Jul 29 17:28:13 2024 UTC | revision 20 by rakin, Mon Jul 29 17:28:14 2024 UTC | |
---|---|---|
# | Line 13 module.exports = class AntiRaid { | Line 13 module.exports = class AntiRaid { |
13 | } | } |
14 | ||
15 | async start(member) { | async start(member) { |
16 | if (member.user.bot) { | |
17 | console.log('bot'); | |
18 | return; | |
19 | } | |
20 | ||
21 | await this.load(member.guild); | await this.load(member.guild); |
22 | ||
23 | if (!this.enabled) | if (!this.enabled) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |