23 lines
864 B
Markdown
23 lines
864 B
Markdown
|
# UpdateChecker
|
||
|
|
||
|
/// admonition | This project is not ready for production use
|
||
|
type: danger
|
||
|
The UpdateChecker cog is currently in an unfinished state, until it is completed please use [NeuroAssassin's UpdateChecker cog](https://github.com/NeuroAssassin/Toxic-Cogs) instead.
|
||
|
///
|
||
|
|
||
|
UpdateChecker will tell when there is an update available for a repository you have added for your bot, and, depending on settings, will auto update or will just notify you.
|
||
|
|
||
|
This is a fork of [NeuroAssassin's UpdateChecker cog](https://github.com/NeuroAssassin/Toxic-Cogs).
|
||
|
Additional features include support for Gitea/Forgejo RSS feeds, instead of just GitHub. (1)
|
||
|
{ .annotate }
|
||
|
|
||
|
1. ⚠️ Not yet implemented.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
[p]repo add seacogs https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs
|
||
|
[p]cog install seacogs updatechecker
|
||
|
[p]cog load updatechecker
|
||
|
```
|