reciple 7.5.0 → 7.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,19 +61,21 @@ It will ask you to continue if the directory is not empty. Type `y` to continue.
61
61
  ```yml
62
62
  Usage: reciple [options] [cwd]
63
63
 
64
- Reciple.js - Discord.js handler cli
64
+ Reciple is a Discord.js bot framework
65
65
 
66
66
  Arguments:
67
- cwd Change the current working directory
67
+ cwd Change the current working directory
68
68
 
69
69
  Options:
70
- -v, --version output the version number
71
- -t, --token <token> Replace used bot token
72
- -c, --config <config> Change path to config file
73
- -D, --debugmode Enable debug mode
74
- -y, --yes Agree to all Reciple confirmation prompts
75
- --env .env file location
76
- -h, --help display help for command
70
+ -v, --version output the version number
71
+ -t, --token <token> Replace used bot token
72
+ -c, --config <dir> Change path to config file
73
+ -D, --debugmode Enable debug mode
74
+ -y, --yes Agree to all Reciple confirmation prompts
75
+ --env <file> .env file location
76
+ --shardmode Modifies some functionalities to support sharding
77
+ --setup Create required config without starting the bot
78
+ -h, --help display help for command
77
79
  ```
78
80
 
79
81
  ## Message Commands
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Reciple is a Discord.js bot framework",
4
4
  "homepage": "https://reciple.js.org/docs/reciple",
5
5
  "license": "GPL-3.0",
6
- "version": "7.5.0",
6
+ "version": "7.5.1",
7
7
  "main": "./bin/index.js",
8
8
  "module": "./bin/esm.mjs",
9
9
  "types": "./bin/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "peerDependencies": {
60
60
  "discord.js": "^14.7.1"
61
61
  },
62
- "gitHead": "c71d680d06ea6e9689715df70f99e9bd8ba45bc6"
62
+ "gitHead": "de5f04e3daac7ab546c8e1abbfe94e2d5671af80"
63
63
  }