Parent Directory
|
Revision Log
|
Patch
revision 256 by rakin, Mon Jul 29 17:29:14 2024 UTC | revision 268 by rakin, Mon Jul 29 17:29:17 2024 UTC | |
---|---|---|
# | Line 39 export default class MessageCreateEvent | Line 39 export default class MessageCreateEvent |
39 | options: args.filter(a => a[0] === '-'), | options: args.filter(a => a[0] === '-'), |
40 | isInteraction: false | isInteraction: false |
41 | } as CommandOptions; | } as CommandOptions; |
if (!await client.cooldown.start(message, options)) | ||
return; | ||
42 | ||
43 | await command.execute(client, message, options); | await command.execute(client, message, options); |
44 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |