fix: i did a stupid

This commit is contained in:
ZtereoHYPE 2022-09-01 12:54:53 +02:00
parent 328558850a
commit a6f8f7c067

View file

@ -2,7 +2,7 @@
"name": "pinboardbot", "name": "pinboardbot",
"version": "0.1.0", "version": "0.1.0",
"description": "A discord bot that sends messages that you want to pin in a dedicated channel to avoid the pinned-messages limit per text-channel", "description": "A discord bot that sends messages that you want to pin in a dedicated channel to avoid the pinned-messages limit per text-channel",
"main": "/src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js", "start": "node ./src/index.js",