We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fcea0 commit bb2ab0cCopy full SHA for bb2ab0c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@totigm/discord-bot",
3
"version": "1.0.0",
4
- "description": "This is a TypeScript template to create NPM packages",
+ "description": "This is a library to create discord bots. It handles all the commands stuff behind the scenes, so you can focus on your bot's logic.",
5
"main": "dist/index.js",
6
"bin": "dist/index.js",
7
"types": "dist/index.d.ts",
0 commit comments