completionId: cgen-5a576d0bf17c4021825462c96c9b817f
cgen-5a576d0bf17c4021825462c96c9b817f
This commit is contained in:
parent
c933d85232
commit
68a5159171
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node bot.js",
|
"start": "node bot.js",
|
||||||
"dev": "nodemon bot.js"
|
"dev": "nodemon bot.js",
|
||||||
|
"register-commands": "node scripts/register-commands.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"discord",
|
"discord",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue