add bot.conf as sample

This commit is contained in:
2021-11-28 19:03:06 +01:00
parent 8d26f5ce01
commit 10f9e5ebc7

7
bot.conf.sample Normal file
View File

@@ -0,0 +1,7 @@
{
"token": "your-token",
"prefix": "$"
"name": "Template Bot",
"description": "Template for a Discord Bot",
"author": "Template",
}