🚚 admin is now manage commands
This commit is contained in:
parent
c335f8d100
commit
1acf1b8c6e
10 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export default {
|
|||
async execute(message: Message) {
|
||||
const { author, guild } = message;
|
||||
|
||||
// If message author is bot
|
||||
if (author?.bot) return;
|
||||
|
||||
if (guild === null) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue