This commit is contained in:
Isaac
2021-09-25 00:05:39 +01:00
parent b9b8a84831
commit 5acdf3b4c0
3 changed files with 6 additions and 5 deletions

View File

@@ -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';