Skip to content

Commit

Permalink
Update 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebyy committed Mar 14, 2021
1 parent 8a52790 commit 7365300
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
package-lock.json
test.js
docs/
.npmrc
.replit
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- A lightweight and easy to use messages framework for discord bots, uses MongoDB.
- If you need help feel free to join our <a href="https://discord.gg/pndumb6J3t">discord server</a> to talk and help you with your code.
- If you encounter any of those fell free to open an issue in our <a href="https://github.com/Lebyy/discord-messages/issues">github repository</a>.
- TypeScript supported!

# Download & Update
You can download it from npm:
Expand All @@ -19,7 +20,7 @@ npm update discord-messages
# Setting Up
First things first, we include the module into the project.
```js
const Messages = require("discord-xp");
const Messages = require("discord-messages");
```
After that, you need to provide a valid mongo database url, and set it. You can do so by:
```js
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-messages",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight and easy to use message tracking framework for discord bots, uses MongoDB.",
"main": "index.js",
"dependencies": {
Expand All @@ -11,9 +11,6 @@
"type": "git",
"url": "git+https://github.com/Lebyy/discord-messages.git"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/Lebyy"
},
"keywords": [
"discord",
"economy",
Expand Down

0 comments on commit 7365300

Please sign in to comment.