mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
rewrite
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
This commit is contained in:
parent
6688d4dcd8
commit
56091a6df7
33 changed files with 731 additions and 1116 deletions
|
|
@ -9,9 +9,12 @@
|
|||
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@lilywonhalf/pretty-logger": "^1.1.3",
|
||||
"axios": "^1.1.3",
|
||||
"discord.js": "^14.6.0",
|
||||
"dotenv": "^16.0.3"
|
||||
"detritus-client-rest": "git+https://github.com/Tupperbox/DiscordRest",
|
||||
"detritus-client-socket": "git+https://github.com/Tupperbox/DiscordSocket",
|
||||
"discord-api-types": "^0.37.14",
|
||||
"dotenv": "^16.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue