From e334febf08b589421b21555783fc2b29a5e13c23 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 12 Jul 2020 17:36:09 -0500 Subject: [PATCH] Create config.json --- src/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/config.json diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000..91dcf87 --- /dev/null +++ b/src/config.json @@ -0,0 +1,9 @@ +{ + "token" : "this is a API TOKEN", + "prefix": "?", + "verbalabuse": [ + "May you never reproduce", + "I can eat alphabet soup and shit out a more coherent sentence", + "you are living proof darwinism is dead, hell, even reversing." + ] +}