diff --git a/updater.py.md b/updater.py.md new file mode 100644 index 0000000..3c5621d --- /dev/null +++ b/updater.py.md @@ -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.| \ No newline at end of file