@kingsworld/plugin-cron 1.0.4 → 1.0.5
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.
- package/README.md +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
@@ -109,16 +109,14 @@ export class PingPong extends CronTask {
|
|
109
109
|
First, clone the repo using git SSH, the GitHub CLI, or HTTP
|
110
110
|
|
111
111
|
```sh
|
112
|
-
git clone git@github.com:Kings-World/
|
113
|
-
git clone https://github.com/Kings-World/
|
114
|
-
gh repo clone Kings-World/
|
112
|
+
git clone git@github.com:Kings-World/sapphire-plugins.git # ssh
|
113
|
+
git clone https://github.com/Kings-World/sapphire-plugins.git # http
|
114
|
+
gh repo clone Kings-World/sapphire-plugins # github cli
|
115
115
|
```
|
116
116
|
|
117
|
-
|
117
|
+
Finally, install the dependencies using Yarn
|
118
118
|
|
119
119
|
```sh
|
120
120
|
yarn # shorthand
|
121
121
|
yarn install # full command
|
122
122
|
```
|
123
|
-
|
124
|
-
Finally, install Husky to leverage prettier and commitlint validation
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kingsworld/plugin-cron",
|
3
3
|
"description": "A simple @sapphire/framework plugin that aims to make use of the cron package and allow users to make cron jobs within their Sapphire discord bot.",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.5",
|
5
5
|
"author": "Seren_Modz 21 <seren@kings-world.net>",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "dist/index.js",
|