add ping command
This commit is contained in:
@@ -40,7 +40,7 @@ async function checkMessage(
|
||||
// logInfo(`searching for command: ${commandName}`);
|
||||
const command = commands.get(commandName);
|
||||
if (!command) return;
|
||||
if (!command.checkPerms) return;
|
||||
if (!command.checkPerms(msg.userInfo)) return;
|
||||
|
||||
const timeLeft = checkCooldown(command);
|
||||
if (timeLeft > 0) {
|
||||
|
||||
Reference in New Issue
Block a user