Skip to content

Commit e04e6ab

Browse files
committed
added description to package json
1 parent 4691b7f commit e04e6ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# djsCommandDeployer
22

3-
A simple, easy to use module that houses a Discord Client class that has two additional functions that can create, update and delete global and guild specific commands for your Discord App.
3+
A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.
44

55
## Installation
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "djs-command-helper",
3-
"version": "2.0.0",
4-
"description": "",
3+
"version": "2.0.1",
4+
"description": "A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.",
55
"main": "./index.js",
6-
"scripts": {},
6+
"scripts": { },
77
"keywords": [
88
"discord",
99
"discord.js",

0 commit comments

Comments
 (0)