From 3076c13908dcaacdc4d0a29f07232829b226ddef Mon Sep 17 00:00:00 2001 From: anima Date: Sun, 28 Nov 2021 19:44:56 +0100 Subject: [PATCH] fix , in samle --- bot.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.conf.sample b/bot.conf.sample index c5fdb82..665099f 100644 --- a/bot.conf.sample +++ b/bot.conf.sample @@ -1,7 +1,7 @@ { "token": "your-token", - "prefix": "$" + "prefix": "$", "name": "Template Bot", "description": "Template for a Discord Bot", - "author": "Template", + "author": "Template" }