diff --git a/src/command.ts b/src/command.ts index b49e712..23a741a 100644 --- a/src/command.ts +++ b/src/command.ts @@ -364,7 +364,6 @@ export class Command implements MiddlewareObj { if (targetedCommands === "ignored" && username) continue; if (targetedCommands === "required" && !username) continue; if (username && username !== ctx.me.username) continue; - console.log(command.replace(prefix, "")); if ( commandNames.some((name) => matchesPattern(