@kotori-bot/loader 1.5.2-beta.1 → 1.6.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.
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # @kotori-bot/core
2
-
3
- ```typescript
4
- interface Context {
5
- readonly baseDir: Runner['baseDir'];
6
- readonly options: Runner['options'];
7
- readonly [Symbols.modules]: Runner[typeof Symbols.modules];
8
- loadAll(): void;
9
- watcher(): void;
10
- logger: Logger;
11
- /* Service */
12
- server: Server;
13
- db: Database;
14
- file: File;
15
- }
16
- ```
17
-
18
- - Loader
19
- - Runner
20
- - Server
21
- - Database
22
- - File
23
- - log
24
-
25
- ## Reference
26
-
27
- - [Kotori Docs](https://kotori.js.org/)
1
+ # @kotori-bot/core
2
+
3
+ ```typescript
4
+ interface Context {
5
+ readonly baseDir: Runner['baseDir'];
6
+ readonly options: Runner['options'];
7
+ readonly [Symbols.modules]: Runner[typeof Symbols.modules];
8
+ loadAll(): void;
9
+ watcher(): void;
10
+ logger: Logger;
11
+ /* Service */
12
+ server: Server;
13
+ db: Database;
14
+ file: File;
15
+ }
16
+ ```
17
+
18
+ - Loader
19
+ - Runner
20
+ - Server
21
+ - Database
22
+ - File
23
+ - log
24
+
25
+ ## Reference
26
+
27
+ - [Kotori Docs](https://kotori.js.org/)