Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Added database provider | v1.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlTheDev committed May 30, 2021
1 parent 4c46814 commit 9728f58
Show file tree
Hide file tree
Showing 7 changed files with 351 additions and 13 deletions.
234 changes: 228 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pbot-plus/bot",
"version": "1.0.1-beta",
"version": "1.0.2-beta",
"description": "A multi-purpose Discord bot with Typescript",
"main": "src/main.ts",
"scripts": {
Expand Down Expand Up @@ -34,6 +34,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"discord.js-light": "^3.5.11"
"discord.js-light": "^3.5.11",
"mongoose": "^5.12.12"
}
}
Loading

0 comments on commit 9728f58

Please sign in to comment.