Update example-config.json

This commit is contained in:
Eartharoid 2019-06-04 19:06:23 +01:00
parent 006a028fc8
commit 5dffa0e3a5

View File

@ -1,5 +1,5 @@
{ {
"token": "your token here", "token": "token",
"prefix": "!", "prefix": "!",
"name": "DiscordTickets", "name": "DiscordTickets",
"guildID": "id", "guildID": "id",
@ -8,6 +8,8 @@
"logChannel": "id", "logChannel": "id",
"colour": "#009999", "colour": "#009999",
"playing": "with tickets (!help)", "playing": "with tickets (!help)",
"activityType": "PLAYING",
"status": "ONLINE",
"useEmbeds": true, "useEmbeds": true,
"logDMs": true, "logDMs": true,
"cooldown": 3, "cooldown": 3,