mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
v3.1
This commit is contained in:
parent
b9b8a84831
commit
5acdf3b4c0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@eartharoid/discord-tickets",
|
||||
"version": "3.1.0-dev",
|
||||
"version": "3.1.0",
|
||||
"private": true,
|
||||
"description": "An open-source Discord bot for ticket management",
|
||||
"main": "src/index.js",
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"exported_at": "2021-05-26T22:41:44+02:00",
|
||||
"name": "Discord Tickets",
|
||||
"author": "contact@eartharoid.me",
|
||||
"author": "contact@discordtickets.app",
|
||||
"description": "https:\/\/discordtickets.app",
|
||||
"features": null,
|
||||
"images": [
|
||||
@ -32,7 +32,7 @@
|
||||
"name": "Version",
|
||||
"description": "The version of the bot to use.",
|
||||
"env_variable": "VERSION",
|
||||
"default_value": "v3.0.0",
|
||||
"default_value": "v3.1.0",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20"
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-console */
|
||||
/**
|
||||
* Discord Tickets
|
||||
* Copyright (C) 2021 Isaac Saunders
|
||||
@ -16,12 +15,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @name @eartharoid/discord-tickets
|
||||
* @name @discord-tickets/bot
|
||||
* @description An open-source Discord bot for ticket management
|
||||
* @copyright 2021 Isaac Saunders
|
||||
* @license GNU-GPLv3
|
||||
*/
|
||||
|
||||
/* eslint-disable no-console */
|
||||
|
||||
process.title = 'Discord Tickets';
|
||||
|
||||
const min_node_version = '16.6.0';
|
||||
|
Loading…
Reference in New Issue
Block a user