sth
This commit is contained in:
parent
092f7c4d7d
commit
5d3917a6b2
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,5 +2,6 @@ options.json
|
|||||||
node_modules
|
node_modules
|
||||||
.vscode
|
.vscode
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.eslintrc.json
|
old.eslintrc.json
|
||||||
logs
|
logs
|
||||||
|
emojis.json
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "new-gbot",
|
"name": "new-gbot",
|
||||||
"version": "0.0.1",
|
"version": "3.0.0-ALPHA",
|
||||||
"description": "New iteration of GalacticBot",
|
"description": "New iteration of GalacticBot",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node --trace-warnings index.js"
|
"start": "node --trace-warnings --inspect index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"success": "<:success:591893247429705739>",
|
"success": "👍",
|
||||||
"failure": "<:failure:591893247434031104>",
|
"failure": "👎",
|
||||||
"loading": "⚙",
|
"loading": "⚙",
|
||||||
"warning": "⚠",
|
"warning": "⚠",
|
||||||
"enabled": "<:enabled:591893186884927508>",
|
"enabled": "<:enabled:591893186884927508>",
|
||||||
|
Loading…
Reference in New Issue
Block a user