mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Updated bot source
This commit is contained in:
parent
3a6a2763f8
commit
0dd6702e33
19 changed files with 247 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "poixpixel-discord-bot",
|
||||
"version": "1.0.0",
|
||||
"main": "./source/discord-bot/discord-bot.ts",
|
||||
"main": "./source/discord-bot.ts",
|
||||
"author": "Poixpixel",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
|
@ -13,6 +13,8 @@
|
|||
"dependencies": {
|
||||
"@discordjs/builders": "^1.6.5",
|
||||
"@discordjs/rest": "^2.0.1",
|
||||
"@types/deasync": "^0.1.2",
|
||||
"deasync": "^0.1.28",
|
||||
"discord.js": "^14.13.0",
|
||||
"esbuild": "^0.19.3",
|
||||
"mongoose": "^7.5.2"
|
||||
|
@ -21,4 +23,4 @@
|
|||
"@types/node": "^20.6.1",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue