@sapphire/plugin-pattern-commands 3.0.1-next.0b0ca4d.0 → 3.0.1-next.28f2bf1.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ With pattern commands you can define rulesets to which the bot may respond.
19
19
 
20
20
  ## Important notes
21
21
 
22
- - Starting April 2022 this plugin will only work with Message Intent. This is because this plugin relies on scanning messages, which is impossible without the intent.
22
+ - Starting August 31, 2022 this plugin will only work with Message Intent. This is because this plugin relies on scanning messages, which is impossible without the intent.
23
23
 
24
24
  ## Features
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-pattern-commands",
3
- "version": "3.0.1-next.0b0ca4d.0",
3
+ "version": "3.0.1-next.28f2bf1.0",
4
4
  "description": "Plugin for @sapphire/framework that adds support for pattern commands.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",