From a551713e63f90a8042aade020db134ce94f8efbf Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:14:17 +0100 Subject: [PATCH] feat: add server log command (#107) --- src/data/commands.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/commands.ts b/src/data/commands.ts index ccf769a..244f888 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -851,6 +851,17 @@ const commands = [ "/test_mode True" ] }, + { + "name": "server logs", + "type": "Set-Up", + "description": "Create a log channel", + "usage": [ + "/server logs [channel]" + ], + "examples": [ + "/server logs #admin-log-channel" + ] + }, // ~ General {