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
This commit is contained in:
@@ -11,6 +11,8 @@ This is an open-source discord ticket bot, you can configure it and it comes wit
|
||||
- has tickets for questions, partners & job applications
|
||||
- uses discord.js 13
|
||||
- configure your own ticket options
|
||||
- remove credits if you want
|
||||
|
||||
|
||||
## 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.
|
||||
@@ -34,9 +36,10 @@ _npm install node@16_
|
||||
## running
|
||||
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)
|
||||
=> main config
|
||||
- `server_name` => the name from your server.
|
||||
- `server_logo`=> the logo from your server.
|
||||
- `bot_name`=> the bot's name.
|
||||
@@ -45,10 +48,14 @@ if there are any errors, you can open an issue on github.
|
||||
- `botperms_role`=> the id from a role that can run admin commands with the bot.
|
||||
- `prefix`=> the bot's prefix.
|
||||
|
||||
- `credits_please-do-not-remove` => remove the credits or not
|
||||
|
||||
=> status config
|
||||
- `status/type` => PLAYING | STREAMING | LISTENING | WATCHING | CUSTOM | COMPETING
|
||||
- `status/text` => the status text
|
||||
|
||||
- `system/ticket_channel` => the channel where you are gonna put the !ticket msg.
|
||||
=> ticket system config
|
||||
- `system/ticket_channel` => the channel where you are going to put the !ticket msg.
|
||||
- `system/ticket_category` => the category for tickets.
|
||||
- `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!).
|
||||
@@ -56,7 +63,8 @@ if there are any errors, you can open an issue on github.
|
||||
- `system/enable_transcripts` => enable transcripts.
|
||||
- `system/enable_category` => enable tickets in category.
|
||||
|
||||
- `options/ticket.../enabled` => set this option ON or OFF.
|
||||
=> ticket options config
|
||||
- `options/ticket.../enabled` => set this option TRUE or FALSE.
|
||||
- `options/ticket.../icon` => set an emoji for this ticket option.
|
||||
- `options/ticket.../description` => set a description for this ticket option.
|
||||
- `options/ticket.../name` => set a name for this ticket option.
|
||||
@@ -72,6 +80,6 @@ The bot needs `ADMINISTRATOR` permissions to work the best.
|
||||
## credits
|
||||
Please don't remove the credits from the bot 😊.
|
||||
|
||||
_v1.2.0_
|
||||
_v1.2.1_
|
||||
|
||||
© 2021 - DJdj Development | [website](https://www.dj-dj.be)
|
||||
© 2021 - DJdj Development | [website](https://www.dj-dj.be) | [discord](https://discord.com/invite/26vT9wt3n3)
|
||||
Reference in New Issue
Block a user