Archived
1
0
  • snipcola released this 2024-02-09 02:03:01 +00:00 | 2 commits to main since this release

    Third iteration of RuleGPT! What's changed?:

    • There are now various commands to set an admin per server -
      note that the administrators array located inside config.json
      can run additional commands such as config and admin
      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 run chmod u+x ./rulegpt-(linux/mac) first.

    Downloads
  • snipcola released this 2024-02-09 01:59:43 +00:00 | 2 commits to main since this release

    The 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 run chmod u+x ./rulegpt-(linux/mac) first.

    Downloads
  • snipcola released this 2024-02-09 01:53:39 +00:00 | 2 commits to main since this release

    The 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 run chmod u+x ./rulegpt-(linux/mac) first.

    Downloads