v1.3.2
This is the first stable version of open-ticket 1.3
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# changelog
|
||||
|
||||
## v1.3.2
|
||||
### added:
|
||||
- an alias for !resetdatabase: !resetdb
|
||||
- you need the "chalk" library now!
|
||||
- checker.js
|
||||
- "enabled" option for status
|
||||
- better console logs
|
||||
- enable logs option to config
|
||||
### fixed
|
||||
- a bug that crashed the bot on using the command !resetdatabase
|
||||
- "member_role" in config is optional but not recommended
|
||||
- fixed crash on startup
|
||||
- fixed bug where the bot crashes by using transcripts
|
||||
- changed package.json
|
||||
### removed
|
||||
- "canvas" library is not longer required
|
||||
- removed "server_icon" & "server_name" from config
|
||||
|
||||
## v1.3.1
|
||||
### added:
|
||||
- Q&A in the README.md
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
# config file
|
||||
[](https://discord.com/invite/26vT9wt3n3)
|
||||
[](https://github.com/DJj123dj/open-ticket/releases/tag/v1.3.1)
|
||||
[](https://github.com/DJj123dj/open-ticket/releases/tag/v1.3.2)
|
||||
[](#packages)
|
||||
[](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**_
|
||||
- logs ➜ enable logs _**type: boolean**_
|
||||
- credits ➜ disable the credits _**type: boolean**_
|
||||
|
||||
## status: (the status from the bot)
|
||||
- enabled ➜ enable status _**type: boolean**_
|
||||
- type ➜ set the status type _**type: string (PLAYING | LISTENING | WATCHING | CUSTOM)**
|
||||
- text ➜ set the status text _**type: string**_
|
||||
|
||||
@@ -64,4 +65,4 @@ I didn't know that open-tickets was going to be so much used. I will be creating
|
||||
|
||||
If you have an idea for new updates you can always say it in my discord server!
|
||||
|
||||
open-tickets v1.3.1
|
||||
open-tickets v1.3.2
|
||||
Reference in New Issue
Block a user