diff --git a/bot.conf b/bot.conf.sample similarity index 61% rename from bot.conf rename to bot.conf.sample index 554e4f3..c5fdb82 100644 --- a/bot.conf +++ b/bot.conf.sample @@ -1,7 +1,7 @@ { - "token": "OTExNTkwODQxMTgzNzY0NTMx.YZjnIQ.wsu4-3qnBJF2gI-9ZIV74SinBnw", + "token": "your-token", + "prefix": "$" "name": "Template Bot", "description": "Template for a Discord Bot", "author": "Template", - "prefix": "$" }