Created updater.py (markdown)

Akumatic 2019-10-09 22:13:11 +02:00
parent 2326315739
commit 8e851c7d8c

8
updater.py.md Normal file

@ -0,0 +1,8 @@
# Extension: core.py
This extension gives the bot updating functionality.
## Commands
|Command|Arguments|Required Permission|Description|
|---|---|---|---|
|`update`||Compares the local version of loaded extensions with the remote version given by the link in the `update` dict. Updates them if there is any difference.|
|`setPrivateToken`|{token}|If you have a private git repo and want to access it to update your extensions, you can set up your "[Personal access token](https://github.com/settings/tokens)" with this command.|