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