Skip to content

Commit

Permalink
🍃 MongoDB Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MericcaN41 committed Sep 7, 2022
1 parent 9e6a501 commit de4d58a
Show file tree
Hide file tree
Showing 11 changed files with 569 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
build
.env
.env
.vscode
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* 🕛 Cooldowns
* 🏴 Detailed Permissions
* 💪 Event & Command handlers
* 🍃 MongoDB Support

## Installation

Expand All @@ -17,10 +18,8 @@ Clone the repository then create a file named `.env` and fill it out accordingly
TOKEN=YOURTOKENHERE
CLIENT_ID=BOTS CLIENT ID
PREFIX=!
MONGO_URI=YOUR MONGO CONNECTION STRING
MONGO_DATABASE_NAME=YOUR DATABASE NAME
```

Build the project using the typescript module and start the bot using the `npm start` command

#### Coming soon

* MongoDB Support
Build the project using the typescript module and start the bot using the `npm start` command
Loading

0 comments on commit de4d58a

Please sign in to comment.