sth
This commit is contained in:
parent
092f7c4d7d
commit
5d3917a6b2
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,5 +2,6 @@ options.json
|
||||
node_modules
|
||||
.vscode
|
||||
yarn-error.log
|
||||
.eslintrc.json
|
||||
old.eslintrc.json
|
||||
logs
|
||||
emojis.json
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"success": "<:success:591893247429705739>",
|
||||
"failure": "<:failure:591893247434031104>",
|
||||
"success": "👍",
|
||||
"failure": "👎",
|
||||
"loading": "⚙",
|
||||
"warning": "⚠",
|
||||
"enabled": "<:enabled:591893186884927508>",
|
||||
|
Loading…
Reference in New Issue
Block a user