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" + } +}