From ad9e1e3837e20923d25e426c7ff7e3637bc40c9d Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Fri, 3 May 2019 22:20:38 +0100 Subject: [PATCH] stuff --- .gitignore | 5 +++++ config.json | 2 +- example-config.json | 13 +++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 example-config.json diff --git a/.gitignore b/.gitignore index e1da6ae..d53cae3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ + +config.json +package-lock.json + + # Logs logs *.log diff --git a/config.json b/config.json index 2b423b0..d716c97 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMxz4Q.K8jRuTbte3rQUO3NP4B_3Q3_4i4", + "token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMywbw.xmXEiYCtvVBE4ibMlc2GVoS5ZWk", "prefix": "!", "name": "DiscordTickets", "guildID": "451745464480432129", diff --git a/example-config.json b/example-config.json new file mode 100644 index 0000000..a35fb72 --- /dev/null +++ b/example-config.json @@ -0,0 +1,13 @@ +{ + "token": "your token here", + "prefix": "!", + "name": "DiscordTickets", + "guildID": "id", + "supportRole": "id", + "ticketsCat": "id", + "logChannel": "id", + "colour": "#009999", + "playing": "with tickets (!help)", + "useEmbeds": true, + "logDMs": true +}