fix: package.json description

This commit is contained in:
Axel Olausson Holtenäs 2022-12-13 17:52:30 +01:00 committed by GitHub
parent 27e47c04a6
commit c5a0cab29b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"name": "xyter",
"version": "v1.3.0",
"description": "Earn credits while chatting! And more",
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch & NODE_ENV=development nodemon dist",