@sapphire/plugin-logger 2.0.1 → 2.0.2-next.0d470ab.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 +2 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -76,7 +76,7 @@ export class PingCommand extends Command {
76
76
  });
77
77
  }
78
78
 
79
- public async run(message: Message) {
79
+ public async messageRun(message: Message) {
80
80
  this.container.logger.warn('warning message');
81
81
  }
82
82
  }
@@ -93,10 +93,6 @@ export class PingCommand extends Command {
93
93
 
94
94
  > Example: `container.logger.debug('log debug message');`
95
95
 
96
- ## Logger Documentation
97
-
98
- For the full @sapphire/plugin-logger documentation please refer to the TypeDoc generated [documentation](https://sapphiredev.github.io/plugins/modules/_sapphire_plugin_logger.html).
99
-
100
96
  ## Buy us some doughnuts
101
97
 
102
98
  Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!
@@ -133,7 +129,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
133
129
  <td align="center"><a href="https://github.com/PlatinBae"><img src="https://avatars.githubusercontent.com/u/50950966?v=4?s=100" width="100px;" alt=""/><br /><sub><b>PlatinBae</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=PlatinBae" title="Documentation">📖</a></td>
134
130
  <td align="center"><a href="https://kaname.netlify.app"><img src="https://avatars.githubusercontent.com/u/56084970?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kaname</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=kaname-png" title="Code">💻</a> <a href="https://github.com/sapphiredev/plugins/commits?author=kaname-png" title="Documentation">📖</a></td>
135
131
  <td align="center"><a href="https://github.com/noftaly"><img src="https://avatars.githubusercontent.com/u/34779161?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elliot</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=noftaly" title="Code">💻</a></td>
136
- <td align="center"><a href="https://github.com/Lioness100"><img src="https://avatars.githubusercontent.com/u/65814829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lioness100</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Lioness100" title="Code">💻</a></td>
132
+ <td align="center"><a href="https://github.com/Lioness100"><img src="https://avatars.githubusercontent.com/u/65814829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lioness100</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Lioness100" title="Code">💻</a> <a href="https://github.com/sapphiredev/plugins/commits?author=Lioness100" title="Documentation">📖</a></td>
137
133
  <td align="center"><a href="https://github.com/UndiedGamer"><img src="https://avatars.githubusercontent.com/u/84702365?v=4?s=100" width="100px;" alt=""/><br /><sub><b>UndiedGamer</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=UndiedGamer" title="Code">💻</a></td>
138
134
  </tr>
139
135
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-logger",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-next.0d470ab.0",
4
4
  "description": "Plugin for @sapphire/framework to have pretty console output",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "prepublishOnly": "yarn build"
34
34
  },
35
35
  "dependencies": {
36
- "@sapphire/time-utilities": "^1.4.4",
36
+ "@sapphire/time-utilities": "^1.4.7",
37
37
  "colorette": "^2.0.16",
38
38
  "tslib": "^2.3.1"
39
39
  },
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "729b424807575f3c8dffe22ec9128619e3a00948"
70
+ "gitHead": "0d470ab58834e05e5b9f620c76d314031a911205"
71
71
  }