From 015f3043e8a614333056c9a42951de91f53f0324 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 4 Nov 2023 16:16:44 +0100 Subject: [PATCH] Created the commands add.md --- docs/commands/add.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/commands/add.md diff --git a/docs/commands/add.md b/docs/commands/add.md new file mode 100644 index 0000000..94fd629 --- /dev/null +++ b/docs/commands/add.md @@ -0,0 +1,16 @@ +# Adding a global channel + +## Usage + +```bash +/add +``` + +## Description + +This command adds a global channel to the current server. A global channel is a channel that is available on all servers +that have the bot installed. This command can only be used by server administrators. + +## Permissions + +This command requires the `Administrator` permission. \ No newline at end of file