zdiscord

A Discord bot that runs in FiveM for the purpose of whitelisting, moderation and utilties using discord.js

OTHER License

Stars
212
Committers
16

Bot releases are visible (Hide)

zdiscord - zdiscord 7.3.0 - Critical update Latest Release

Published by zfbx over 2 years ago

So discord decided to break things on the API with no warning as usual :) which results in the previous versions of zdiscord giving the error DiscordAPIError: 405: Method Not Allowed and finding all their commands disabled regardless of permissions. This happened because of this update with these last minute notes for devs. This release fixes these problems by completely removing the permission system and hard checking roles from the config instead. One change to note is now all commands will show as available but anyone who uses them without permission will be given a warning that they don't have permission to use the command. if you want to make it look like it did before you'll want to follow the discord blog piece and match the permissions for the command to the permissions in the docs

To previous users

If you've added your own commands or permission levels these may break. commands with permissions now require just role: "rolename", WITHOUT default_permission: false, and extra permission if you had any will need to be redone in the new style

I'm sorry for any inconvenience this may of caused but I've tried to fix it as quickly as I could.

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.2.1...v7.3.0
Fixes https://github.com/zfbx/zdiscord/issues/57

zdiscord - zdiscord v7.2.1

Published by zfbx over 2 years ago

  • update links
  • added swedish from ayatollah
  • support message added <3
  • docs updates
  • few bug fixes

New Contributors

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.2.0...v7.2.1

zdiscord - zdiscord v7.2.0

Published by zfbx almost 3 years ago

This build is mostly hotfixes for the previous but required

  • patched some errors from previous version
  • added example events for hooking from discord
  • updated api usage to be stable with newest branch of discord.js
  • added config for logging debug messages from discord.js

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.1.1...v7.2.0

zdiscord - zdiscord v7.1.1 [HOTFIX]

Published by zfbx almost 3 years ago

Hotfix for addon included, discord API changed apparently limiting the number of times you can update a channel name and trying to overdo it can get you in trouble. Only important if you're using the liveplayercount.js addon

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.1.0...v7.1.1

zdiscord - zdiscord v7.1.0

Published by zfbx almost 3 years ago

Use zdiscord v7.1.1 download instead

Notes:

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.0.3...v7.1.0

zdiscord - zdiscord v7.0.3

Published by zfbx almost 3 years ago

Note: This update requires changes to the config which means you'll need to update it if you don't use convars

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.0.2...v7.0.3

zdiscord - zdiscord v7.0.1

Published by zfbx almost 3 years ago

chat is now a utility function so if you use a custom chat (unadvised) you can do so easily

What's Changed

New Contributors

Full Changelog: https://github.com/zfbx/zdiscord/compare/v7.0.0...v7.0.1

zdiscord - zdiscord v7

Published by zfbx almost 3 years ago

zdiscord v7 requires FiveM artifacts 4890+

  • added bi-directional staff chat (messages from discord staff channel <-> fiveM staff chat messages)
  • add discord webhook logging export (think qb-logs)
  • Refactored and added to config to be more clear
  • dutch added. Thanks Chatty <3
  • Slovenian added. Thanks Synthetics <3
  • remove command versioning
  • converted bot into class
  • added addon support
  • relicensed under CC-BY-SA-NC-4.0

Full Changelog: https://github.com/zfbx/zdiscord/compare/v6.0.0...v7.0.0

zdiscord - zdiscord v6 (Discord.js)

Published by zfbx almost 3 years ago

zdiscord v6 has been highly successful and stable for some time without any errors that have been reported for many months. This version however does require FiveM artifacts 4800 or newer to work as it's running newer node16 features

Full Changelog: https://github.com/zfbx/zdiscord/commits/v6.0.0

zdiscord - [Legacy] zdiscord v4 (Eris)

Published by zfbx almost 3 years ago

zdiscord v4 was built on the Eris framework and uses chat commands !command instead of slash commands. known to be slightly unstable but the only version of zdiscord that supports FiveM Artifacts earlier than 4800. Highly recommend using a newer version than this.

What's Changed

New Contributors

Full Changelog: https://github.com/zfbx/zdiscord/commits/v4.0.0

Related Projects