refactor: remove !paste command, keep as internal helper
Paste creation is only used internally by the bot for multi-line output. The create_paste() helper remains importable by other plugins.
This commit is contained in:
@@ -276,11 +276,11 @@ VT rate limit: 4 req/min. Email check: max 5, admin only.
|
||||
## FlaskPaste
|
||||
|
||||
```
|
||||
!paste some text here # Create paste, get URL
|
||||
!shorten https://long-url.com/x # Shorten URL
|
||||
```
|
||||
|
||||
Auto-shortens URLs in `!alert` announcements and history when plugin is loaded.
|
||||
Paste helper used internally for multi-line bot output.
|
||||
Config: `[flaskpaste]` in `config/derp.toml` or `FLASKPASTE_URL` env var.
|
||||
|
||||
### Data Setup
|
||||
|
||||
Reference in New Issue
Block a user