From 10f9e5ebc73a685c4581bb3be564bbf5d89d6e86 Mon Sep 17 00:00:00 2001 From: anima Date: Sun, 28 Nov 2021 19:03:06 +0100 Subject: [PATCH] add bot.conf as sample --- bot.conf => bot.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename bot.conf => bot.conf.sample (61%) 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": "$" }