500 iq
This commit is contained in:
parent
2fbdcf26d7
commit
a82d03f5cc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ client.on('message', async message => {
|
|||
} else if (cmdName.startsWith(guildPrefix)) {
|
||||
cmdName = cmdName.substr(guildPrefix.length);
|
||||
if (config.spaceAfterPrefix && !cmdName) cmdName = args.shift() ?? '';
|
||||
}
|
||||
} else return;
|
||||
|
||||
if (!cmdName) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue