This commit is contained in:
Erik 2020-06-05 22:14:38 +03:00
parent 092f7c4d7d
commit 5d3917a6b2
3 changed files with 7 additions and 6 deletions

5
.gitignore vendored
View File

@ -2,5 +2,6 @@ options.json
node_modules
.vscode
yarn-error.log
.eslintrc.json
logs
old.eslintrc.json
logs
emojis.json

View File

@ -1,10 +1,10 @@
{
"name": "new-gbot",
"version": "0.0.1",
"version": "3.0.0-ALPHA",
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
"start": "node --trace-warnings index.js"
"start": "node --trace-warnings --inspect index.js"
},
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"success": "<:success:591893247429705739>",
"failure": "<:failure:591893247434031104>",
"success": "👍",
"failure": "👎",
"loading": "⚙",
"warning": "⚠",
"enabled": "<:enabled:591893186884927508>",