diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-06 00:16:40 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-06 00:16:40 +0100 |
| commit | 54c6191474e452a48902d89cbc140f3a0bcbaaa6 (patch) | |
| tree | cee048a1905d82703b0cb4da3f9f2e755b3f7b03 /174bg/discord-bot/package.json | |
| parent | 3eed159fa32fd0bf21da9f05668df48db7c41ef5 (diff) | |
| download | unnamed-group-54c6191474e452a48902d89cbc140f3a0bcbaaa6.tar unnamed-group-54c6191474e452a48902d89cbc140f3a0bcbaaa6.tar.gz unnamed-group-54c6191474e452a48902d89cbc140f3a0bcbaaa6.tar.bz2 unnamed-group-54c6191474e452a48902d89cbc140f3a0bcbaaa6.tar.xz unnamed-group-54c6191474e452a48902d89cbc140f3a0bcbaaa6.zip | |
add 174bg.net's discord bot
Diffstat (limited to '174bg/discord-bot/package.json')
| -rw-r--r-- | 174bg/discord-bot/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/174bg/discord-bot/package.json b/174bg/discord-bot/package.json new file mode 100644 index 0000000..d881ea2 --- /dev/null +++ b/174bg/discord-bot/package.json @@ -0,0 +1,13 @@ +{ + "scripts": { + "start": "node main.js", + "dev": "node --env-file=.env main.js", + "dev:watch": "node --env-file=.env --watch main.js" + }, + "dependencies": { + "@discordjs/voice": "^0.19.2", + "bufferutil": "^4.1.0", + "discord.js": "^14.26.4", + "zlib-sync": "^0.1.10" + } +} |
