dbot/modules-stock/warning/README.md
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

33 lines
439 B
Markdown

## Warning
Adds functionality to warn a user.
### Description
This module provides commands which allows power users to warn another user.
### Dependencies
It has following dependencies:
+ [node-uuid](https://github.com/broofa/node-uuid)
### config.json
foo
```
```
### Commands
#### ~warn [user]
Warning a user.
Example:
+ ~warn reality
#### ~warnings [user]
Getting info of all warnings.
Example:
+ ~warnings reality
### TODO