This website works better with JavaScript.
Home
Help
Sign In
Calexil
/
BansheeBot
mirror of
https://github.com/calexil/BansheeBot
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
now playing
tags/Beta0.1
calexil
3 years ago
parent
23576c2702
commit
c465749c68
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
Procfile
1
1
package.json
+ 1
- 1
Procfile
View File
@@ -1 +1 @@
worker: node bot.js
worker: node
now-playing-
bot.js
+ 1
- 1
package.json
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
"start": "node
now-playing-
bot.js"
},
"dependencies": {
"discord.js": "11.1.0",
Write
Preview
Loading…
Cancel
Save