From 3572b97661a3f7c6c29e958b63c20d9f2ef936ac Mon Sep 17 00:00:00 2001 From: Amygdala Peanut-Almond Date: Wed, 22 Apr 2026 22:49:01 +0200 Subject: initialise repository Signed-off-by: Amygdala Peanut-Almond --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..2379ceb --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "directories": { + "eventsDir": "./events", + "commandsDir": "./commands" + }, + "prefixes": ["amy!", "!", "?", "z"] +} -- cgit 1.4.1