From 5dffa0e3a571856f8477070cbaffcfbbe6448845 Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Tue, 4 Jun 2019 19:06:23 +0100 Subject: [PATCH] Update example-config.json --- example-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example-config.json b/example-config.json index a4cf124..3ab37b9 100644 --- a/example-config.json +++ b/example-config.json @@ -1,5 +1,5 @@ { - "token": "your token here", + "token": "token", "prefix": "!", "name": "DiscordTickets", "guildID": "id", @@ -8,6 +8,8 @@ "logChannel": "id", "colour": "#009999", "playing": "with tickets (!help)", + "activityType": "PLAYING", + "status": "ONLINE", "useEmbeds": true, "logDMs": true, "cooldown": 3,