-
released this
2024-02-09 02:03:01 +00:00 | 2 commits to main since this releaseThird iteration of RuleGPT! What's changed?:
- There are now various commands to set an admin per server -
note that the administrators array located insideconfig.json
can run additional commands such asconfig
andadmin
commands, as well as the server owner. - The administrator permission now does not mean anything,
and admins will instead need to be added via the new admin
system. - Server owners (and pre-defined administrators in
config.json
)
are now able to enable/disable RuleGPT, per-server of course.
Be sure to create a config.json file with contents as following:
{ "token": "DISCORD_TOKEN", "administrators": ["USER_ID"] }
Once invited, run the
/config
command to set it up.Note: On linux and mac, use a terminal and run it like so:
./rulegpt-(linux/mac)
.
You might have to runchmod u+x ./rulegpt-(linux/mac)
first.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
rulegpt-linux
58 MiB
-
rulegpt-macos
62 MiB
-
rulegpt-win.exe
49 MiB
- There are now various commands to set an admin per server -
-
released this
2024-02-09 01:59:43 +00:00 | 2 commits to main since this releaseThe second version of RuleGPT! What's changed?:
- The prompt has been drastically changed from since v0.0.1
to be less strict, and to account for faults. - You can now force administrators by adding an administrators
array in config.json, optional - otherwise, it will check for admin perm. - To better diagnose what the bot is doing, it will log when it executes or
- fails to execute functions.
Be sure to create a config.json file with contents as following:
{ "token": "DISCORD_TOKEN", "administrators": ["USER_ID"] }
Once invited, run the
/config
command to set it up.Note: On linux and mac, use a terminal and run it like so:
./rulegpt-(linux/mac)
.
You might have to runchmod u+x ./rulegpt-(linux/mac)
first.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
rulegpt-linux
58 MiB
-
rulegpt-macos
62 MiB
-
rulegpt-win.exe
49 MiB
- The prompt has been drastically changed from since v0.0.1
-
v0.0.1 - Release Stable
released this
2024-02-09 01:53:39 +00:00 | 2 commits to main since this releaseThe first production-ready version of RuleGPT 🎉
Be sure to create a config.json file with contents as following:{ "token": "DISCORD_TOKEN" }
Once invited, run the
/config
command to set it up.Note: On linux and mac, use a terminal and run it like so:
./rulegpt-(linux/mac)
.
You might have to runchmod u+x ./rulegpt-(linux/mac)
first.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
rulegpt-linux
58 MiB
-
rulegpt-macos
62 MiB
-
rulegpt-win.exe
49 MiB