This commit is contained in:
Eartharoid 2019-05-03 22:20:38 +01:00
parent 85afdc3d19
commit ad9e1e3837
3 changed files with 19 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
config.json
package-lock.json
# Logs
logs
*.log

View File

@ -1,5 +1,5 @@
{
"token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMxz4Q.K8jRuTbte3rQUO3NP4B_3Q3_4i4",
"token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMywbw.xmXEiYCtvVBE4ibMlc2GVoS5ZWk",
"prefix": "!",
"name": "DiscordTickets",
"guildID": "451745464480432129",

13
example-config.json Normal file
View File

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