From 8051e8c201b6b958eeef5241b60798290076e025 Mon Sep 17 00:00:00 2001 From: TheEssem Date: Thu, 20 Feb 2020 11:23:13 -0600 Subject: [PATCH] Changed screenshot category --- commands/screenshot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/screenshot.js b/commands/screenshot.js index 93b6b38..5ac7e49 100644 --- a/commands/screenshot.js +++ b/commands/screenshot.js @@ -26,5 +26,5 @@ exports.run = async (message, args) => { }; exports.aliases = ["webshot", "ss", "shot", "page"]; -exports.category = 5; +exports.category = 1; exports.help = "Screenshots a webpage"; \ No newline at end of file