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