[AB-103] adding templates for custom command configuration commands

This commit is contained in:
Sheldan
2023-09-05 01:25:28 +02:00
parent b5d6b964e2
commit 6819b13439
28 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Creates a custom command if it does not already exist for this server.
Input is a name and the content which should be displayed.

View File

@@ -0,0 +1 @@
Deletes a custom command if exists for this server.

View File

@@ -0,0 +1 @@
Shows a specific custom command response

View File

@@ -0,0 +1 @@
This command searches through the current custom commands and shows the custom command that matches the given name.

View File

@@ -0,0 +1 @@
Shows all custom commands of the server with their response

View File

@@ -0,0 +1 @@
Command: `${name}` created by ${creator} with response `${content}`.