Skip to content

Commit

Permalink
Switch discord.js dependency to a specific commit
Browse files Browse the repository at this point in the history
discord.js currently has a bug that crashes `next` and similar commands (see discordjs/discord.js#98). This is a temporary workaround.
  • Loading branch information
meew0 committed Dec 22, 2015
1 parent 6ab23f2 commit e491d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/meew0/Lethe#readme",
"dependencies": {
"discord.js": "hydrabolt/discord.js#master",
"discord.js": "hydrabolt/discord.js#e315fdafc6750ab45bad6f1927fee6d759b42381",
"request": "^2.67.0",
"ytdl-core": "^0.7.6",
"node-opus": "^0.1.11",
Expand Down

0 comments on commit e491d6d

Please sign in to comment.