From 0467a453feae97b47cab4b8343c4fc698926fb35 Mon Sep 17 00:00:00 2001 From: Robin Ferch Date: Fri, 29 Oct 2021 21:15:54 +0200 Subject: [PATCH] remove !ar command --- src/modules/reply.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/reply.js b/src/modules/reply.js index 31ca967e1..f2bb56b5f 100644 --- a/src/modules/reply.js +++ b/src/modules/reply.js @@ -18,7 +18,7 @@ module.exports = ({ bot, knex, config, commands }) => { }); // Anonymous replies only show the role, not the username - commands.addInboxThreadCommand("anonreply", "[text$]", async (msg, args, thread) => { + /*commands.addInboxThreadCommand("anonreply", "[text$]", async (msg, args, thread) => { if (! args.text && msg.attachments.length === 0) { utils.postError(msg.channel, "Text or attachment required"); return; @@ -28,7 +28,7 @@ module.exports = ({ bot, knex, config, commands }) => { if (replied) msg.delete(); }, { aliases: ["ar"] - }); + });*/ if (config.allowStaffEdit) { commands.addInboxThreadCommand("edit", " ", async (msg, args, thread) => {