From 30b86cfd75683c40157578cce83dc5784c2ddc35 Mon Sep 17 00:00:00 2001 From: Sai Teja Madha <42540377+saiteja-madha@users.noreply.github.com> Date: Sun, 27 Mar 2022 22:56:55 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20Owner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/owner/eval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/owner/eval.js b/src/commands/owner/eval.js index b44fdf5d4..ed653958d 100644 --- a/src/commands/owner/eval.js +++ b/src/commands/owner/eval.js @@ -10,7 +10,7 @@ module.exports = class Eval extends Command { super(client, { name: "eval", description: "evaluates something", - // category: "OWNER", + category: "OWNER", botPermissions: ["EMBED_LINKS"], command: { enabled: true,