discordx-ts / discordx

🤖 Create a discord bot with TypeScript and Decorators!
https://discordx.js.org
Apache License 2.0
588 stars 50 forks source link

refactor: simple command execution #917

Closed samarmeena closed 1 year ago

samarmeena commented 1 year ago

Please describe the changes this PR makes and why it should be merged:

Migration Guide

client.executeCommand(
  message: Message,
- options?: {
-  caseSensitive?: boolean;
-  forcePrefixCheck?: boolean;
-   log?: boolean;
- }
+ caseSensitive?: boolean

Package