Compare commits

...
11 Commits
Author SHA1 Message Date
DJj123dj 21e3a88b87 v1.3.0
Changes in changelog
2022-03-30 17:09:55 +02:00
DJj123dj 1451769ebf Update README.md 2022-03-24 11:40:28 +01:00
DJj123dj da3017ff95 Update README.md 2022-03-24 11:40:01 +01:00
DJj123dj 43186c8a0e Update README.md 2022-03-24 11:37:44 +01:00
DJj123dj 63632e3a66 added new stuff to readme file 2022-03-23 20:45:33 +01:00
DJj123dj 8981c9e60e v1.2.2
some bugs fixed!
2022-03-04 10:20:47 +01:00
DJj123dj 4a90a2d19a v1.2.1
- added the option to remove credits
- fixed the bug where ticket_system crashes the bot
- in the help menu is now the correct prefix displayed
2022-02-20 09:20:26 +01:00
DJj123dj 49b71ecdc6 Merge branch 'main' of https://github.com/DJj123dj/open-ticket 2021-12-07 18:19:22 +01:00
DJj123dj af1c3288c0 Version 1.2.0
Many changes! :D
2021-12-07 18:19:07 +01:00
Jasper 7d89ac713b Delete .DS_Store 2021-12-01 15:31:31 +01:00
DJj123dj 1fb8ece6ff v1.1.2
Fixed: Status can be "playing highmt", this is now fixed. you can also choose status now
2021-11-20 13:32:50 +01:00
13 changed files with 631 additions and 193 deletions
Vendored
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
node_modules/
package-lock.json
+65
View File
@@ -0,0 +1,65 @@
# changelog
## v1.3.0
### added:
- now its possible to create 6 tickets instead of 4
- you can edit the number of tickets per user now
- you can edit & enable/disable all messages
- all embeds are now editable
- the color of the button can be changed
- updated config.json
- updated README.md
- a new type of button is here: website links
### fixed
- nothing at the moment :)
### removed
- nothing
## v1.2.2
### added:
- nothing
### fixed:
- a bug that caused the `warn "message" event deprecated` to be displayed every time you start the bot in the console.
- a visual bug that caused the categories from `!ticket msg` to be displayed in a wrong pattern.
### removed:
- nothing
## v1.2.1
### added:
- you can disable credits in config.json
### fixed:
- a bug that crashed the bot on startup
### removed
- nothing
## v1.2.0
### added:
- the bot is in english now
- you can choose your own ticket options now
- added !resetdatabase
- updated README.md
### fixed:
- the first bugs
### removed:
- some useless commands
## v1.1.1
### added:
- added "status" options in config.json
### fixed:
- fixed a bug where the bot's status could be "playing highmt".
### removed:
- nothing
## v1.1.0
### added:
- option to choose your own prefix
- enable/disable transcripts
- enable/disable categories
### fixed:
- the bot crashed sometimes
### removed:
- credits
## v1.0.0
- initial release
+67
View File
@@ -0,0 +1,67 @@
# config file
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3)
[![version](https://img.shields.io/badge/version-1.3.0%20stable-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v1.3.0)
[![npm](https://img.shields.io/badge/npm-external%20libraries%20needed-CB3837.svg?style=flat-square&logo=npm)](#packages)
[![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE)
In this file you find all the information about commands in the config.json file
- server_name ➜ the name of your server (optional) _**type: string**_
- server_logo ➜ the logo of your server (optional) _**type: url**_
- bot_name ➜ the name from the bot _**type: string**_
- main_color ➜ the color used in embeds _**type: hex color (#000000)**_
- auth_token ➜ your bot's token _**type: string**_
- botperms_role ➜ this role can do all admin commands from the bot _**type: discord role id**_
- prefix ➜ the prefix _**type: string**_
- credits ➜ disable the credits _**type: boolean**_
## status: (the status from the bot)
- type ➜ set the status type _**type: string (PLAYING | LISTENING | WATCHING | CUSTOM)**
- text ➜ set the status text _**type: string**_
## system: (the configuration for the ticket system)
- ticket_channel ➜ channel where you are going to set `!ticket msg` _**type: discord channel id**_
- max_allowed_tickets ➜ the maximum allowed tickets per person _**type: number**_
- enable_DM_Messages ➜ enable DM messages _**type: boolean**_
- enable_category ➜ enable category _**type: boolean**_
- ticket_category ➜ the category id _**type: discord category id**_
- has@everyoneaccess ➜ when enabled everyone has acces to the tickets _**type: boolean**_
- member_role ➜ this role doesn't have access to tickets _**type: discord role id**_
- enable_transcript ➜ enable the transcript _**type: boolean**_
- transcript_channel ➜ the transcript channel id _**type: discord channel id**_
## messages: (general, dm, ticket)
- nopermissions ➜ the message when someone doesn't have permissions _**type: string**_
- alreadyCreated ➜ if you have too much tickets open _**type: string**_
- newTicket ➜ when you create a new ticket _**type: string**_
- closeTicket ➜ when you close a ticket _**type: string**_
- newTicketEmbed ➜ the first message in the ticket channel _**type: string**
## layout: (ticketEmbed, ticketMsg, transcript)
`transcript` doesn't have all the options
- customColorEnabled ➜ custom embed color enabled _**type: boolean**
- customColor ➜ the custom color _**type: hex color (#000000)**
- footerEnabled ➜ custom footer enabled _**type: boolean**
- footer ➜ the custom footer _**type: string**
- thumbnailEnabled ➜ custom thumbnail enabled _**type: boolean**
- thumbnailURL ➜ the image _**type: string**
## options: (per ticket)
color is not needed when `isURL` is `true`
- enabled ➜ enable this ticket _**type: boolean**
- icon ➜ the button emoji _**type: emoji or custom emoji**
- description ➜ ticket description _**type: string**
- name ➜ ticket name _**type: string**
- channel_prefix ➜ ticket prefix _**type: string**
- color ➜ button color _**type: string (red|green|blue|gray|none)**
- isURL ➜ create link to a website instead of a normal ticket _**type: boolean**
- url ➜ the website to go to _**type: string**
# thanks for using open-ticket
I didn't know that open-tickets was going to be so much used. I will be creating more updates in the future!
If you have an idea for new updates you can always say it in my discord server!
open-tickets v1.3.0
+32 -37
View File
@@ -1,65 +1,60 @@
# open-ticket # open-ticket
This is an open-source discord ticket bot, you can configure it and it comes with cool features like a transcript. [![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3)
[![version](https://img.shields.io/badge/version-1.3.0%20stable-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v1.3.0)
[![npm](https://img.shields.io/badge/npm-external%20libraries%20needed-CB3837.svg?style=flat-square&logo=npm)](#packages)
[![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE)
(WARNING: the bot's language is Dutch, there will be an English version soon!) This is an open-source discord ticket bot, you can configure it and it comes with cool features like transcripts & custom options!
<img src="logo.png" alt="Open Ticket logo" style="height: 300px; width:300px;"/>
## features ## features
- discord interaction buttons - discord interaction buttons
- transcripts - transcripts
- add/remove users from ticket - add/remove users from ticket
- custom colors & name - custom colors & name
- has tickets for questions, partners & job applications - create custom ticket names, icons & colors
- create url buttons for websites
- uses discord.js 13
- configure your own ticket options
- remove credits if you want
- up to 6 tickets at the same time
- change all bot messages
## installation ## installation
You need `node.js 16` to run this project, if you don't want to install `node.js 16` then there is a npm package that can help you. **You need `node.js 16` to run this project!**
You can clone this project for download. You can clone or download this project.
### packages ### packages
- canvas => version `^2.8.0` - canvas => version `latest`
- discord.js => version `^13.2.0` - discord.js => version `latest`
- express => version `^4.17.1` - express => version `latest`
- node-localstorage => version `^2.2.1` - node-localstorage => version `latest`
The packages are also in package.json! You can install all of them by running `npm install`
### node.js 16 package
if you don't want to install `node.js 16`, you can install this package too
- node => version ^16.10.0
_npm install node@16_
## running ## running
you can run `node index.js` but i would recommend you to use `npm start` you can run `node index.js` but i would recommend you to use `npm start`
if there are any errors, you can open an issue on github. if there are any errors, you can open an **issue on github** or **contact me in the discord server**.
### config (required) ### config
- `server_name` => the name from your server. Our config documentation is moved to another file:
- `server_logo`=> the logo from your server. [click here to view](CONFIG.md)
- `bot_name`=> the bot's name.
- `main_color`=> the color used in all embeds.
- `auth_token`=> the bot's token (Discord Developer Portal)
- `botperms_role`=> the id from a role that can run admin commands with the bot.
- `prefix`=> the bot's prefix.
- `ticket_system/ticket_channel` => the channel where you are gonna put the !ticket msg.
- `ticket_system/ticket_category` => the category for tickets.
- `ticket_system/member_role` => this role doesn't have access to tickets
(WARNING: @everyone does have access to tickets, so make sure all members have a member role!).
- `ticket_system/transcript_channel` => the channel for transcripts.
- `ticket_system/enable_transcripts` => enable transcripts.
- `ticket_system/enable_category` => enable tickets in category.
### intents & permissions ### intents & permissions
In the discord developer portal in the "bot" panel you will find 3 switches under the title "Gateaway Intents". The following switches should always be turned on In the discord developer portal in the "bot" panel you will find 3 switches under the title "Gateaway Intents". The following switches should always be turned on
- `SERVER MEMBERS INTENT` - `SERVER MEMBERS INTENT`
- `MESSAGE CONTENT INTENT` - `MESSAGE CONTENT INTENT`
The bot needs `ADMINISTRATOR` permissions to work the best. To work the best, the bot needs `ADMINISTRATOR` permissions.
You can also configure your own permissions
## credits ## information
the package contains a license, there are also credits in the bot. It is forbidden to extract these licenses and credits from it!
_v1.1.1_ _v1.3.0_
© 2021 - DJdj Development | [website](https://www.dj-dj.be) | [discord](https://discord.com/invite/26vT9wt3n3) changelog: [click here](CHANGELOG.md)
© 2022 - DJdj Development | [website](https://www.dj-dj.be) | [discord](https://discord.com/invite/26vT9wt3n3)
+22
View File
@@ -0,0 +1,22 @@
const discord = require('discord.js')
const bot = require('../index')
const client = bot.client
const config = require("../config.json")
module.exports = () => {
client.on("messageCreate",(msg) => {
var args = msg.content.split(" ")
if (args[0] == config.prefix+"resetdatabase"){
if (msg.author.id == client.application.owner.id){
const databaseEmbed = new discord.MessageEmbed()
.setColor(config.main_color)
.setTitle("How to reset the database:")
.setDescription("1: Go to the folder `./storage` in your bot's directory.\n\n2: If posible remove the folders\n`./tickets`, `./transcripts` & `./userTickets`\nfrom the folder `./storage`\n\n3: Restart the bot")
.setFooter("if it doesn't work, create an issue on github or DM me on discord!")
msg.channel.send({embeds:[databaseEmbed]})
}
}
})
}
+156 -19
View File
@@ -3,44 +3,181 @@ const bot = require('../index')
const client = bot.client const client = bot.client
const config = require("../config.json") const config = require("../config.json")
var name = require('./ticketExtra').name
var stringDecoder = require('./ticketSystem').stringDecoder
module.exports = () => { module.exports = () => {
client.on("messageCreate", msg => { client.on("messageCreate", msg => {
if (msg.content == config.prefix+"ticket msg"){ if (msg.content == config.prefix+"ticket msg"){
if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){ if (msg.member.roles.cache.has(config.botperms_role) == false){
msg.channel.send({content:"Je hebt geen permissions voor deze command!"}) msg.channel.send({content:config.messages.general.nopermissions})
return return
} }
var ticketButton = new discord.MessageActionRow() var ticketButton = new discord.MessageActionRow()
.addComponents(
const getColor = (color) => {
if (color.toLowerCase() == "red"){
return "DANGER"
}else if (color.toLowerCase() == "green"){
return "SUCCESS"
}else if (color.toLowerCase() == "blue" || color.toLowerCase() == "blurple"){
return "PRIMARY"
}else if (color.toLowerCase() == "black" || color.toLowerCase() == "gray" || color.toLowerCase() == "grey"){
return "SECONDARY"
}else if (color == "DANGER" || color == "SECONDARY" || color == "SUCCESS" || color == "PRIMARY"){
return color
}else if (color.toLowerCase() == "none" || color.toLowerCase() == "false" || color.toLowerCase() == ""){
return "SECONDARY"
}else return "SECONDARY"
}
if (config.options.ticket1.enabled){
if (config.options.ticket1.isURL == false){
ticketButton.addComponents(
new discord.MessageButton() new discord.MessageButton()
.setCustomId("newTicketVraag") .setCustomId("newTicket1")
.setDisabled(false) .setDisabled(false)
.setStyle("SECONDARY") .setStyle(getColor(config.options.ticket1.color))
.setEmoji("❓") .setEmoji(config.options.ticket1.icon)
) )
.addComponents( }else{
ticketButton.addComponents(
new discord.MessageButton() new discord.MessageButton()
.setCustomId("newTicketSolli")
.setDisabled(false) .setDisabled(false)
.setStyle("SECONDARY") .setStyle("LINK")
.setEmoji("📝") .setEmoji(config.options.ticket1.icon)
.setURL(config.options.ticket1.url)
) )
.addComponents( }
}
if (config.options.ticket2.enabled){
if (config.options.ticket2.isURL == false){
ticketButton.addComponents(
new discord.MessageButton() new discord.MessageButton()
.setCustomId("newTicketPartner") .setCustomId("newTicket2")
.setDisabled(false) .setDisabled(false)
.setStyle("SECONDARY") .setStyle(getColor(config.options.ticket2.color))
.setEmoji("💼") .setEmoji(config.options.ticket2.icon)
) )
}else{
ticketButton.addComponents(
new discord.MessageButton()
.setDisabled(false)
.setStyle("LINK")
.setEmoji(config.options.ticket2.icon)
.setURL(config.options.ticket2.url)
)
}
}
if (config.options.ticket3.enabled){
if (config.options.ticket3.isURL == false){
ticketButton.addComponents(
new discord.MessageButton()
.setCustomId("newTicket3")
.setDisabled(false)
.setStyle(getColor(config.options.ticket3.color))
.setEmoji(config.options.ticket3.icon)
)
}else{
ticketButton.addComponents(
new discord.MessageButton()
.setDisabled(false)
.setStyle("LINK")
.setEmoji(config.options.ticket3.icon)
.setURL(config.options.ticket3.url)
)
}
}
if (config.options.ticket4.enabled){
if (config.options.ticket4.isURL == false){
ticketButton.addComponents(
new discord.MessageButton()
.setCustomId("newTicket4")
.setDisabled(false)
.setStyle(getColor(config.options.ticket4.color))
.setEmoji(config.options.ticket4.icon)
)
}else{
ticketButton.addComponents(
new discord.MessageButton()
.setDisabled(false)
.setStyle("LINK")
.setEmoji(config.options.ticket4.icon)
.setURL(config.options.ticket4.url)
)
}
}
if (config.options.ticket5.enabled){
if (config.options.ticket5.isURL == false){
ticketButton.addComponents(
new discord.MessageButton()
.setCustomId("newTicket5")
.setDisabled(false)
.setStyle(getColor(config.options.ticket5.color))
.setEmoji(config.options.ticket5.icon)
)
}else{
ticketButton.addComponents(
new discord.MessageButton()
.setDisabled(false)
.setStyle("LINK")
.setEmoji(config.options.ticket5.icon)
.setURL(config.options.ticket5.url)
)
}
}
if (config.options.ticket6.enabled){
if (config.options.ticket6.isURL == false){
ticketButton.addComponents(
new discord.MessageButton()
.setCustomId("newTicket6")
.setDisabled(false)
.setStyle(getColor(config.options.ticket6.color))
.setEmoji(config.options.ticket6.icon)
)
}else{
ticketButton.addComponents(
new discord.MessageButton()
.setDisabled(false)
.setStyle("LINK")
.setEmoji(config.options.ticket6.icon)
.setURL(config.options.ticket6.url)
)
}
}
var categorylist = ""
if (config.options.ticket1.enabled){categorylist = categorylist+"\n"+config.options.ticket1.icon+": **"+config.options.ticket1.name+"**\n"+config.options.ticket1.description}
if (config.options.ticket2.enabled){categorylist = categorylist+"\n\n"+config.options.ticket2.icon+": **"+config.options.ticket2.name+"**\n"+config.options.ticket2.description}
if (config.options.ticket3.enabled){categorylist = categorylist+"\n\n"+config.options.ticket3.icon+": **"+config.options.ticket3.name+"**\n"+config.options.ticket3.description}
if (config.options.ticket4.enabled){categorylist = categorylist+"\n\n"+config.options.ticket4.icon+": **"+config.options.ticket4.name+"**\n"+config.options.ticket4.description}
if (config.options.ticket5.enabled){categorylist = categorylist+"\n\n"+config.options.ticket5.icon+": **"+config.options.ticket5.name+"**\n"+config.options.ticket5.description}
if (config.options.ticket6.enabled){categorylist = categorylist+"\n\n"+config.options.ticket6.icon+": **"+config.options.ticket6.name+"**\n"+config.options.ticket6.description}
var ticketEmbed = new discord.MessageEmbed() var ticketEmbed = new discord.MessageEmbed()
.setColor(config.main_color) if (config.layout.ticketMsg.customColorEnabled){
.setDescription("**Maak een ticket:**\nKlik op een van de onderstaande knoppen om een ticket aan te maken.\n\n__kies een categorie:__\n\n❓: **Vragen**\nOverige vragen.\n\n📝: **Sollicitatie**\nDoe een sollicitatie.\n\n💼: **Partner**\nWord partner met ons.\n\n**opgepast: **_u kan maar één ticket tegelijkertijd aanmaken!_") ticketEmbed.setColor(config.layout.ticketMsg.customColor)
}else{ticketEmbed.setColor(config.main_color)}
if (config.layout.ticketMsg.footerEnabled){
ticketEmbed.setFooter(config.layout.ticketMsg.footer)
}
if (config.layout.ticketMsg.thumbnailEnabled){
ticketEmbed.setThumbnail(config.layout.ticketMsg.thumbnailURL)
}
ticketEmbed.setDescription("**Create a ticket:**\nClick one of the buttons below to create a ticket.\n\n__choose a category:__"+categorylist+"\n\n**watch out:**_You can only create "+config.system.max_allowed_tickets+" ticket(s) at a time!_")
+24 -41
View File
@@ -2,50 +2,28 @@ const discord = require('discord.js')
const bot = require('../index') const bot = require('../index')
const client = bot.client const client = bot.client
const config = require("../config.json") const config = require("../config.json")
var name = "DJdj Development"
exports.name = name
var stringDecoder = require('./ticketSystem').stringDecoder
module.exports = () => { module.exports = () => {
client.on("messageCreate",msg => {
var args = msg.content.split(" ")
if (args[0] == config.prefix+"solli"){
var SolliMsg = new discord.MessageEmbed()
.setColor(config.main_color)
.setDescription("**Hier is de informatie die wij nodig hebben voor een sollicitatie**\n\n**naam:** Je echte naam.\n**leeftijd:** Je leeftijd.\n**discord naam:** Je discord naam + tag (bv:Wumpus#0001).\n**minecraft naam:** Je minecraft naam.\n**waarom wil je staff worden:** De reden waarom je staff wilt worden.\n**+ punten:** Je plus punten.\n**- punten:** Je min punten.\n**Jou of iemand anders:** Waarom zouden we jou aan moeten nemen en niet een andere sollicitant?\n**ervaring:** Wat is je ervaring met MT servers?\n**andere server:** Ben je op dit moment staff op een andere server?\n**online:** Hoeveel uur per dag/week kan je online zijn?\n**functie:** Voor welke functie solliciteert u?")
.setTitle("Sollicitatie")
msg.channel.send({embeds:[SolliMsg]})
}
})
client.on("messageCreate",msg => { client.on("messageCreate",msg => {
var args = msg.content.split(" ") var args = msg.content.split(" ")
if (args[0] == config.prefix+"ticket" && (args[1] == undefined ||args[1] == "" ||args[1] == null)){ if (args[0] == config.prefix+"ticket" && (args[1] == undefined ||args[1] == "" ||args[1] == null)){
var TicketHelpMsg = new discord.MessageEmbed() var TicketHelpMsg = new discord.MessageEmbed()
.setColor(config.main_color) .setColor(config.main_color)
.setDescription("**Ga naar <#"+config.ticket_system.ticket_channel+"> om een ticket te maken!**\n\n`!ticket msg` ➜ _Maak een ticket reageer bericht (staff only)._\n`!ticket rename` ➜ _Rename een ticket (geen spaties)._\n`!ticket close` ➜ _Close een ticket._\n`!ticket add <user>` ➜ _Voeg een speler toe aan het ticket._\n`!ticket remove <user>` ➜ _Verwijder een speler van het ticket._\n`!partner` ➜ _De informatie voor partners._\n`!solli` ➜ _De informatie voor solliciteren._")
.setTitle("Ticket commands") .setTitle("Ticket commands")
.setFooter(stringDecoder+name)
const prefix = config.prefix
TicketHelpMsg.setDescription("**Go to <#"+config.system.ticket_channel+"> to create a ticket!**\n\n`"+prefix+"ticket msg` ➜ _Admin command._\n`"+prefix+"ticket rename` ➜ _Rename a ticket (no spaces)._\n`"+prefix+"ticket close` ➜ _Close a ticket._\n`"+prefix+"ticket add <user>` ➜ _Add a user to the ticket._\n`"+prefix+"ticket remove <user>` ➜ _Remove a user from the ticket._\n`"+prefix+"resetdatabase` ➜ _Steps to reset the database._")
if (config.credits){
TicketHelpMsg.setFooter("Open-Ticket by DJdj Development | view on github for source code")
}
msg.channel.send({embeds:[TicketHelpMsg]}) msg.channel.send({embeds:[TicketHelpMsg]})
} }
}) })
client.on("messageCreate",msg => {
var args = msg.content.split(" ")
if (args[0] == config.prefix+"partner"){
var PartnerMsg = new discord.MessageEmbed()
.setColor(config.main_color)
.setDescription("**Hier zijn de doelen die je moet hebben voor een partnership**\n\n**server:** De naam van je server.\n**beschrijving:** Waar gaat je server over?\n**members:** Het aantal members in je server.\n**invite:** Een oneindige invite.\n\n_als wij dit goedkeuren, kan je je 'invite bericht' plaatsen._")
.setTitle("Partnership")
msg.channel.send({embeds:[PartnerMsg]})
}
})
client.on("messageCreate",msg => { client.on("messageCreate",msg => {
var args = msg.content.split(" ") var args = msg.content.split(" ")
if (args[0] == config.prefix+"ticket" && args[1] == "close"){ if (args[0] == config.prefix+"ticket" && args[1] == "close"){
@@ -54,16 +32,16 @@ module.exports = () => {
var firstmsg = msglist.last() var firstmsg = msglist.last()
if (firstmsg == undefined){ if (firstmsg == undefined){
msg.channel.send({content:"Ik heb de sluit knop niet gevonden!"}) msg.channel.send({content:"I didn't find the close button!"})
} }
if (firstmsg.author.id != client.user.id){ if (firstmsg.author.id != client.user.id){
msg.channel.send({content:"Je bent niet in een ticket!"}) msg.channel.send({content:"You are not in a ticket!"})
return return
} }
var CloseMsg = new discord.MessageEmbed() var CloseMsg = new discord.MessageEmbed()
.setColor(config.main_color) .setColor(config.main_color)
.setDescription("klik [hier]("+firstmsg.url+") om het ticket te sluiten.") .setDescription("Click [here]("+firstmsg.url+") to close this ticket.")
.setTitle("Sluit dit ticket:") .setTitle("Close this ticket:")
msg.channel.send({embeds:[CloseMsg]}) msg.channel.send({embeds:[CloseMsg]})
}) })
@@ -77,7 +55,12 @@ module.exports = () => {
if (args[0] == config.prefix+"ticket" && args[1] == "rename"){ if (args[0] == config.prefix+"ticket" && args[1] == "rename"){
if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){ if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){
msg.channel.send({content:"Je hebt geen permissions voor deze command!"}) msg.channel.send({content:config.messages.general.nopermissions})
return
}
if (args[2] == null || args[2] == undefined || args[2] == "" || args[2] == false){
msg.channel.send({content:"Not enough parameters!"})
return return
} }
@@ -88,7 +71,7 @@ module.exports = () => {
rmsg.channel.setName(name) rmsg.channel.setName(name)
}) })
}else{ }else{
msg.channel.send({content:"Je bent niet in een ticket!"}) msg.channel.send({content:"You are not in a ticket!"})
} }
}) })
} }
@@ -99,18 +82,18 @@ module.exports = () => {
if (args[0] == config.prefix+"ticket" && args[1] == "add"){ if (args[0] == config.prefix+"ticket" && args[1] == "add"){
if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){ if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){
msg.channel.send({content:"Je hebt geen permissions voor deze command!"}) msg.channel.send({content:config.messages.general.nopermissions})
return return
} }
msg.channel.messages.fetch().then(msglist => { msg.channel.messages.fetch().then(msglist => {
if (msglist.last().author.id != client.user.id){ if (msglist.last().author.id != client.user.id){
msg.channel.send({content:"Je bent niet in een ticket!"}) msg.channel.send({content:"You are not in a ticket!"})
return return
} }
if (args[2] == null || args[2] == undefined || args[2] == "" || args[2] == false){ if (args[2] == null || args[2] == undefined || args[2] == "" || args[2] == false){
msg.channel.send({content:"Niet genoeg parameters!"}) msg.channel.send({content:"Not enough parameters!"})
return return
} }
var user = msg.mentions.users.first() var user = msg.mentions.users.first()
@@ -129,18 +112,18 @@ module.exports = () => {
if (args[0] == config.prefix+"ticket" && args[1] == "remove"){ if (args[0] == config.prefix+"ticket" && args[1] == "remove"){
if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){ if (msg.member.roles.cache.has(config.botperms_role) == false && msg.author.id != "779742674932072469"){
msg.channel.send({content:"Je hebt geen permissions voor deze command!"}) msg.channel.send({content:config.messages.general.nopermissions})
return return
} }
msg.channel.messages.fetchPinned().then(msglist => { msg.channel.messages.fetchPinned().then(msglist => {
if (msglist.last().author.id != client.user.id){ if (msglist.last().author.id != client.user.id){
msg.channel.send({content:"Je bent niet in een ticket!"}) msg.channel.send({content:"You aren't in a ticket!"})
return return
} }
if (args[2] == null || args[2] == undefined || args[2] == "" || args[2] == false){ if (args[2] == null || args[2] == undefined || args[2] == "" || args[2] == false){
msg.channel.send({content:"Niet genoeg parameters!"}) msg.channel.send({content:"Not enough parameters!"})
return return
} }
var user = msg.mentions.users.first() var user = msg.mentions.users.first()
+100 -55
View File
@@ -7,9 +7,6 @@ const ticketStorage = bot.TicketStorage
const userTicketStorage = bot.userTicketStorage const userTicketStorage = bot.userTicketStorage
const transcriptStorage = bot.transcriptStorage const transcriptStorage = bot.transcriptStorage
var stringDecoder = "Created By "
exports.stringDecoder = stringDecoder
module.exports = () => { module.exports = () => {
var closeButton = new discord.MessageActionRow() var closeButton = new discord.MessageActionRow()
@@ -18,45 +15,65 @@ module.exports = () => {
.setCustomId("closeTicket") .setCustomId("closeTicket")
.setDisabled(false) .setDisabled(false)
.setStyle("SECONDARY") .setStyle("SECONDARY")
.setLabel("Sluit Ticket") .setLabel("Close Ticket")
.setEmoji("❌") .setEmoji("❌")
) )
//ticket button click / create ticket
client.on("interactionCreate",interaction => { client.on("interactionCreate",interaction => {
if (interaction.isButton() == false){ if (interaction.isButton() == false){
return return
} }
if (interaction.customId == "newTicketVraag"||interaction.customId == "newTicketSolli"||interaction.customId == "newTicketPartner"){ if (interaction.customId == "newTicket1"||interaction.customId == "newTicket2"||interaction.customId == "newTicket3"||interaction.customId == "newTicket4"||interaction.customId == "newTicket5"||interaction.customId == "newTicket6"){
interaction.deferUpdate() interaction.deferUpdate()
if (ticketStorage.getItem(interaction.member.id) == null ||ticketStorage.getItem(interaction.member.id) == "false"){ if (ticketStorage.getItem(interaction.member.id) == null ||ticketStorage.getItem(interaction.member.id) == "false"|| Number(ticketStorage.getItem(interaction.member.id)) < config.system.max_allowed_tickets){
try{ try{
interaction.member.send("**Je ticket is aangemaakt!**") if (config.system.enable_DM_Messages){
interaction.member.send(config.messages.dm.newTicket)
} }
catch{console.log("cant send DM to member")} }
catch{console.log("can't send DM to member || member doesn't allow dm's")}
//update storage
ticketStorage.setItem(interaction.member.id,"true") ticketStorage.setItem(interaction.member.id,Number(ticketStorage.getItem(interaction.member.id))+1)
var ticketNumber = interaction.member.user.username var ticketNumber = interaction.member.user.username
if (interaction.customId == "newTicketVraag"){ //set ticketName
var ticketName = "vraag-"+ticketNumber if (interaction.customId == "newTicket1"){
}else if (interaction.customId == "newTicketSolli"){ var ticketName = config.options.ticket1.channel_prefix+ticketNumber
var ticketName = "solli-"+ticketNumber }else if (interaction.customId == "newTicket2"){
}else if (interaction.customId == "newTicketPartner"){ var ticketName = config.options.ticket2.channel_prefix+ticketNumber
var ticketName = "partner-"+ticketNumber }else if (interaction.customId == "newTicket3"){
var ticketName = config.options.ticket3.channel_prefix+ticketNumber
}else if (interaction.customId == "newTicket4"){
var ticketName = config.options.ticket4.channel_prefix+ticketNumber
}else if (interaction.customId == "newTicket5"){
var ticketName = config.options.ticket5.channel_prefix+ticketNumber
}else if (interaction.customId == "newTicket6"){
var ticketName = config.options.ticket6.channel_prefix+ticketNumber
} }
if (config.ticket_system.enable_category){ //set category
var Category = config.ticket_system.ticket_category if (config.system.enable_category){
var Category = config.system.ticket_category
}else{var Category = null} }else{var Category = null}
//set everyone allowed
if (config.system['has@everyoneaccess']){
var everyoneAllowPerms = ["ADD_REACTIONS","ATTACH_FILES","EMBED_LINKS","SEND_MESSAGES","VIEW_CHANNEL"]
var everyoneDenyPerms = []
}else{
var everyoneAllowPerms = []
var everyoneDenyPerms = ["VIEW_CHANNEL"]
}
//create the channel
interaction.guild.channels.create(ticketName,{ interaction.guild.channels.create(ticketName,{
type:"GUILD_TEXT", type:"GUILD_TEXT",
parent:Category, parent:Category,
@@ -72,9 +89,15 @@ module.exports = () => {
allow:["ADD_REACTIONS","ATTACH_FILES","EMBED_LINKS","SEND_MESSAGES","VIEW_CHANNEL"] allow:["ADD_REACTIONS","ATTACH_FILES","EMBED_LINKS","SEND_MESSAGES","VIEW_CHANNEL"]
}, },
{ {
id:config.ticket_system.member_role, id:config.system.member_role,
type:"role", type:"role",
deny:["VIEW_CHANNEL"] deny:["VIEW_CHANNEL"]
},
{
id:interaction.guild.id,
type:"role",
allow:everyoneAllowPerms,
deny:everyoneDenyPerms
} }
] ]
}).then(tChannel => { }).then(tChannel => {
@@ -82,15 +105,18 @@ module.exports = () => {
var ticketEmbed = new discord.MessageEmbed() var ticketEmbed = new discord.MessageEmbed()
.setColor(config.main_color) if (config.layout.ticketEmbed.customColorEnabled){
ticketEmbed.setColor(config.layout.ticketEmbed.customColor)
}else{ticketEmbed.setColor(config.main_color)}
if (interaction.customId == "newTicketVraag"){ if (config.layout.ticketEmbed.footerEnabled){
ticketEmbed.setDescription("**Ticket gemaakt:**\nJe hebt gekozen voor **overige vragen**, zeg alvast maar je vraag, onze staffleden komen u zo helpen.\n\n_Klik op knop hieronder om dit ticket te sluiten_") ticketEmbed.setFooter(config.layout.ticketEmbed.footer)
}else if (interaction.customId == "newTicketSolli"){
ticketEmbed.setDescription("**Ticket gemaakt:**\nJe hebt gekozen voor **sollicitatie**, neem maar tijd om u sollicitatie brief voor te bereiden. Met de `!solli` command kan je zien wat je allemaal moet zeggen.\n\n_Klik op knop hieronder om dit ticket te sluiten_")
}else if (interaction.customId == "newTicketPartner"){
ticketEmbed.setDescription("**Ticket gemaakt:**\nJe hebt gekozen voor **partner**, neem maar tijd om u partner brief voor te bereiden. Met de `!partner` command kan je zien wat de vereisen zijn.\n\n_Klik op knop hieronder om dit ticket te sluiten_")
} }
if (config.layout.ticketEmbed.thumbnailEnabled){
ticketEmbed.setThumbnail(config.layout.ticketEmbed.thumbnailURL)
}
ticketEmbed.setTitle("You created a ticket!")
ticketEmbed.setDescription(config.messages.ticket.newTicketEmbed)
tChannel.send({content:"<@"+interaction.member.id+"> <@&"+config.botperms_role+">",embeds:[ticketEmbed],components:[closeButton]}).then(firstmsg => { tChannel.send({content:"<@"+interaction.member.id+"> <@&"+config.botperms_role+">",embeds:[ticketEmbed],components:[closeButton]}).then(firstmsg => {
firstmsg.pin() firstmsg.pin()
@@ -101,9 +127,11 @@ module.exports = () => {
}else{ }else{
try { try {
interaction.member.send("**Je hebt al een ticket open!**") if (config.system.enable_DM_Messages){
interaction.member.send(config.messages.dm.alreadyCreated)
} }
catch{console.log("cant send DM to member")} }
catch{console.log("can't send DM to member || member doesn't allow dm's")}
} }
@@ -113,6 +141,7 @@ module.exports = () => {
}) })
//closeBAR
var closeBar = new discord.MessageActionRow() var closeBar = new discord.MessageActionRow()
.addComponents( .addComponents(
new discord.MessageButton() new discord.MessageButton()
@@ -170,16 +199,25 @@ module.exports = () => {
var getuserID = userTicketStorage.getItem(interaction.channel.id) var getuserID = userTicketStorage.getItem(interaction.channel.id)
var getusernameStep1 = client.users.cache.find(u => u.id === getuserID) var getusernameStep1 = client.users.cache.find(u => u.id === getuserID)
if (getusernameStep1 == null || getusernameStep1 == undefined || getusernameStep1 == false || getusernameStep1 == ""){ if (getusernameStep1 == null || getusernameStep1 == undefined || getusernameStep1 == false || getusernameStep1 == ""){
var getuserNAME = ":user niet in database:" var getuserNAME = ":usernotfound:"
}else { }else {
var getuserNAME = getusernameStep1.username var getuserNAME = getusernameStep1.username
} }
if (config.ticket_system.enable_transcript){ if (config.system.enable_transcript){
var transcript = transcriptArray.reverse().join("\n") var transcript = transcriptArray.reverse().join("\n")
transcriptStorage.setItem(interaction.channel.id,transcript) transcriptStorage.setItem(interaction.channel.id,transcript)
//transcript color & thumbnail
if (config.layout.transcripts.customColorEnabled){
var transcriptColor = config.layout.transcripts.customColor
}else{var transcriptColor = config.main_color}
if (config.layout.transcripts.thumbnailEnabled){
var transcriptThumbnail = config.layout.transcripts.thumbnailURL
}else{var transcriptThumbnail = ""}
var splittedTranscript = [transcript.slice(0,2000)] var splittedTranscript = [transcript.slice(0,2000)]
if (transcript.length > 4000){ if (transcript.length > 4000){
splittedTranscript.push(transcript.slice(2000,4000)) splittedTranscript.push(transcript.slice(2000,4000))
@@ -188,39 +226,44 @@ module.exports = () => {
splittedTranscript.push(transcript.slice(2000)) splittedTranscript.push(transcript.slice(2000))
} }
var transcriptEmbed = new discord.MessageEmbed() var transcriptEmbed = new discord.MessageEmbed()
.setColor(config.main_color) .setColor(transcriptColor)
.setAuthor(interaction.channel.name + " - ticket gemaakt door "+getuserNAME) .setAuthor(interaction.channel.name + " - ticket created by "+getuserNAME)
.setTitle("Er is een nieuw transcript!") .setTitle("There is a new transcript!")
.setDescription(splittedTranscript[0]) .setDescription(splittedTranscript[0])
.setFooter("ticket gesloten door "+interaction.member.user.username) .setFooter("ticket closed by "+interaction.member.user.username)
.setThumbnail(transcriptThumbnail)
if (transcript.length > 4000){ if (transcript.length > 4000){
var transcriptEmbed2 = new discord.MessageEmbed() var transcriptEmbed2 = new discord.MessageEmbed()
.setColor(config.main_color) .setColor(transcriptColor)
.setAuthor(interaction.channel.name + " - ticket gemaakt door "+getuserNAME) .setAuthor(interaction.channel.name + " - ticket created by "+getuserNAME)
.setTitle("Deel 2 van het transcript") .setTitle("transcript #2")
.setDescription(splittedTranscript[1]) .setDescription(splittedTranscript[1])
.setFooter("ticket gesloten door "+interaction.member.user.username) .setFooter("ticket closed by "+interaction.member.user.username)
var transcriptEmbed3 = new discord.MessageEmbed() .setThumbnail(transcriptThumbnail)
.setColor(config.main_color)
.setAuthor(interaction.channel.name + " - ticket gemaakt door "+getuserNAME)
.setTitle("Deel 3 van het transcript")
.setDescription(splittedTranscript[1])
.setFooter("ticket gesloten door "+interaction.member.user.username)
client.channels.cache.find(ch => ch.id == config.ticket_system.transcript_channel).send({embeds:[transcriptEmbed,transcriptEmbed2,transcriptEmbed3]}) var transcriptEmbed3 = new discord.MessageEmbed()
.setColor(transcriptColor)
.setAuthor(interaction.channel.name + " - ticket created by "+getuserNAME)
.setTitle("transcript #3")
.setDescription(splittedTranscript[1])
.setFooter("ticket closed by "+interaction.member.user.username)
.setThumbnail(transcriptThumbnail)
client.channels.cache.find(ch => ch.id == config.system.transcript_channel).send({embeds:[transcriptEmbed,transcriptEmbed2,transcriptEmbed3]})
}else if (transcript.length > 2000){ }else if (transcript.length > 2000){
var transcriptEmbed2 = new discord.MessageEmbed() var transcriptEmbed2 = new discord.MessageEmbed()
.setColor(config.main_color) .setColor(transcriptColor)
.setAuthor(interaction.channel.name + " - ticket gemaakt door "+getuserNAME) .setAuthor(interaction.channel.name + " - ticket created by "+getuserNAME)
.setTitle("Deel 2 van het transcript") .setTitle("transcript #2")
.setDescription(splittedTranscript[1]) .setDescription(splittedTranscript[1])
.setFooter("ticket gesloten door "+interaction.member.user.username) .setFooter("ticket closed by "+interaction.member.user.username)
.setThumbnail(transcriptThumbnail)
client.channels.cache.find(ch => ch.id == config.ticket_system.transcript_channel).send({embeds:[transcriptEmbed,transcriptEmbed2]}) client.channels.cache.find(ch => ch.id == config.system.transcript_channel).send({embeds:[transcriptEmbed,transcriptEmbed2]})
}else{ }else{
client.channels.cache.find(ch => ch.id == config.ticket_system.transcript_channel).send({embeds:[transcriptEmbed]}) client.channels.cache.find(ch => ch.id == config.system.transcript_channel).send({embeds:[transcriptEmbed]})
} }
} }
@@ -229,12 +272,14 @@ module.exports = () => {
interaction.channel.delete() interaction.channel.delete()
ticketStorage.setItem(getuserID,"false") ticketStorage.setItem(getuserID,Number(ticketStorage.getItem(getuserID)) - 1)
try { try {
interaction.member.send("**Je ticket is gesloten door "+interaction.member.user.username+"!**") if (config.system.enable_DM_Messages){
interaction.member.send(config.messages.dm.closeTicket)
} }
catch{console.log("cant send DM to member")} }
catch{console.log("can't send DM to member || member doesn't allow dm's")}
}) })
+115 -4
View File
@@ -1,21 +1,132 @@
{ {
"server_name":"Ticket Bot Land", "server_name":"Ticket Bot",
"server_logo":"https://www.example.com/another-example/yourlogo.png", "server_logo":"https://www.example.com/another-example/yourlogo.png",
"bot_name":"Wumpus", "bot_name":"Wumpus",
"main_color":"#fffff", "main_color":"#fffff",
"auth_token":"the bot's auth token", "auth_token":"the bot's auth token",
"botperms_role":"the id from a role that can do anything with the bot", "botperms_role":"the id from an admin role (they can do admin things with the bot)",
"prefix":"!", "prefix":"!",
"ticket_system":{ "credits":true,
"status":{
"type":"PLAYING | STREAMING | LISTENING | WATCHING | CUSTOM | COMPETING",
"text":"!ticket"
},
"system":{
"ticket_channel":"id of the channel with the !ticket msg", "ticket_channel":"id of the channel with the !ticket msg",
"max_allowed_tickets":5,
"enable_DM_Messages":true,
"enable_category":false, "enable_category":false,
"ticket_category":"the id of a category for the tickets", "ticket_category":"the id of a category for the tickets",
"member_role":"this role doesn't have access to tickets (WARNING: @everyone does have access to tickets, so make sure all members have a member role!)", "has@everyoneaccess":false,
"member_role":"this role doesn't have access to tickets",
"enable_transcript":false, "enable_transcript":false,
"transcript_channel":"the channel for transcripts" "transcript_channel":"the channel for transcripts"
},
"messages":{
"general":{
"nopermissions":"**You don't have permissions to run this command!**"
},
"dm":{
"alreadyCreated":"**You currently have as many open tickets as the maximum allowed!**",
"newTicket":"You created a new ticket in our server, the staff will come and help you soon!",
"closeTicket":"**Your ticket is closed!**"
},
"ticket":{
"newTicketEmbed":"You created a ticket!\n\n_Click on the close button below to close this ticket_"
}
},
"layout":{
"transcripts":{
"customColorEnabled":false,
"customColor":"#ffffff",
"thumbnailEnabled":false,
"thumbnailURL":"https://www.example.com/path/to/image.png"
},
"ticketMsg":{
"customColorEnabled":false,
"customColor":"#ffffff",
"footerEnabled":false,
"footer":"We are using open-tickets from DJj123dj",
"thumbnailEnabled":false,
"thumbnailURL":"https://www.example.com/path/to/image.png"
},
"ticketEmbed":{
"customColorEnabled":false,
"customColor":"#ffffff",
"footerEnabled":false,
"footer":"This is embed in the start of a ticket.",
"thumbnailEnabled":false,
"thumbnailURL":"https://www.example.com/path/to/image.png"
}
},
"options":{
"ticket1":{
"enabled":true,
"icon":"🎫",
"description":"Create a general ticket.",
"name":"Ticket",
"channel_prefix":"ticket-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
},
"ticket2":{
"enabled":false,
"icon":"💼",
"description":"Do you want to apply? Then click here!",
"name":"Apply",
"channel_prefix":"apply-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
},
"ticket3":{
"enabled":false,
"icon":"❓",
"description":"Click here if you have a question about the server.",
"name":"Question",
"channel_prefix":"question-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
},
"ticket4":{
"enabled":false,
"icon":"🛒",
"description":"Buy something in our shop.",
"name":"Shop",
"channel_prefix":"shop-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
},
"ticket5":{
"enabled":false,
"icon":"😄",
"description":"hello",
"name":"AnotherTicket",
"channel_prefix":"prefix-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
},
"ticket6":{
"enabled":false,
"icon":"😄",
"description":"hello",
"name":"AnotherTicket",
"channel_prefix":"prefix-",
"color":"red | green | blue | gray | none",
"isURL":false,
"url":"https://www.example.com/a/random/path/to/a/website"
}
} }
} }
+4 -1
View File
@@ -6,7 +6,7 @@ exports.client = client
client.on('ready',() => { client.on('ready',() => {
console.log('ready') console.log('ready')
client.user.setActivity("HighMT",{type:"PLAYING"}) client.user.setActivity(config.status.text,{type:config.status.type})
}) })
var storage = require('./storage/storage') var storage = require('./storage/storage')
@@ -24,5 +24,8 @@ ticketSystem()
var ticketExtra = require("./commands/ticketExtra") var ticketExtra = require("./commands/ticketExtra")
ticketExtra() ticketExtra()
var database = require('./commands/database')
database()
client.login(config.auth_token) client.login(config.auth_token)
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

+11 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "safemt-tickets", "name": "safemt-tickets",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "This is an open-source discord ticket bot, you can configure it and it comes with cool features like a transcript.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
@@ -11,9 +11,17 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"canvas": "^2.8.0", "canvas": "^2.8.0",
"discord.js": "^13.2.0", "discord.js": "^13.6.0",
"express": "^4.17.1", "express": "^4.17.1",
"node": "^16.10.0", "node": "^16.10.0",
"node-localstorage": "^2.2.1" "node-localstorage": "^2.2.1"
} },
"repository": {
"type": "git",
"url": "git+https://github.com/DJj123dj/open-ticket.git"
},
"bugs": {
"url": "https://github.com/DJj123dj/open-ticket/issues"
},
"homepage": "https://github.com/DJj123dj/open-ticket#readme"
} }