From b688e75a929d5e021379cd7c0d0bdc191f9b9b65 Mon Sep 17 00:00:00 2001 From: Ghoti Date: Sat, 30 Apr 2022 02:26:18 +0000 Subject: [PATCH] Update 'Custom-Commands' --- Custom-Commands.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Custom-Commands.md diff --git a/Custom-Commands.md b/Custom-Commands.md new file mode 100644 index 0000000..d1ef9fd --- /dev/null +++ b/Custom-Commands.md @@ -0,0 +1,16 @@ +You can create custom commands using your Biscuit Discord bot. + +Below is a snippet of a sample config you can refer to when setting up your own commands. + +```python +#To add a command first add your command name to this list +Custom-Command-Names = test,hello + +#Then copy these and replace test with your command name +cc-test-message = Testing testing 1 2 3 +cc-test-description = Displays a test message. + +#You can also ping the sender. Just add . +cc-hello-message = Hello, ! +cc-hello-description = Greets the sender. +``` \ No newline at end of file