port bot to rust, upgrade response, and cut away some of the tf cruft

This commit is contained in:
41666 2022-02-06 19:16:08 -05:00
parent 0a37eff047
commit f5fb729ce7
17 changed files with 1440 additions and 205 deletions

View file

@ -1,11 +1,7 @@
{
"name": "@roleypoly/bot",
"version": "0.1.0",
"version": "0.0.1",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^14.3.2"
"start": "cargo run"
}
}