mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23:08 +02:00
stuff
This commit is contained in:
parent
85afdc3d19
commit
ad9e1e3837
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
config.json
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMxz4Q.K8jRuTbte3rQUO3NP4B_3Q3_4i4",
|
"token": "NDc1MzcxMjg1NTMxMDY2MzY4.XMywbw.xmXEiYCtvVBE4ibMlc2GVoS5ZWk",
|
||||||
"prefix": "!",
|
"prefix": "!",
|
||||||
"name": "DiscordTickets",
|
"name": "DiscordTickets",
|
||||||
"guildID": "451745464480432129",
|
"guildID": "451745464480432129",
|
||||||
|
13
example-config.json
Normal file
13
example-config.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user