From b595ca1296cd42e4593efa9d250f20641baadc1e Mon Sep 17 00:00:00 2001 From: flifloo Date: Thu, 7 Dec 2017 22:31:31 +0100 Subject: [PATCH] =?UTF-8?q?Comme=20=C3=A7a=20WORMS=20est=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 default_config.json diff --git a/default_config.json b/default_config.json new file mode 100644 index 0000000..4817e51 --- /dev/null +++ b/default_config.json @@ -0,0 +1,8 @@ +{ + "Bot" : { + "name": "Bot Name", + "description": "A simple description", + "prefix": "What wille summon the bot ?", + "token": "They login Token" + } +}