From 8e851c7d8c0bbde94f11eff3d4d059287c10bcd3 Mon Sep 17 00:00:00 2001 From: Akumatic <32218926+Akumatic@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:13:11 +0200 Subject: [PATCH] Created updater.py (markdown) --- updater.py.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 updater.py.md 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