Recent content by DanPlayz

  1. DanPlayz

    Discord Remote Commands - Fixed "Cannot convert channel Thread to Text"

    This update adds support for command logging in non text type channels, (e.g. Threads)
  2. DanPlayz

    Discord Remote Commands - Updated Discord-JDA to 5.6.1

    This updates the internal dependency of discord-jda to version 5.6.1. Previously using 5.0.0-beta.9
  3. DanPlayz

    Dan's Game Bot - Updated dependencies

    Updated axios to 1.8.1 Updated dsicord.js to 14.18.0 Updated klaw to 4.1.0 Updated module-alias to 2.2.3
  4. DanPlayz

    Advanced Status Roles - Dependency Updates

    Updated discord.js to 14.18.0 Updated enmap to 5.9.10
  5. DanPlayz

    Discord Vote Logger - 1.21 support (plus older versions)

    This update fixes a bug with the plugin.yml api-version being set to 1.20, making it impossible to use this with versions before 1.20. This has been now fixed.
  6. DanPlayz

    Discord Remote Commands - Basic Logging

    Added a whole new section to the configuration file, to upgrade to this version I recommend adding the following at the end of the config.yml. As of this update, you are only able to use the bot logging type. Webhook logging is coming in a later update. logging: # Either "webhook" or "bot"...
  7. DanPlayz

    Dan's Game Bot - Updated dependencies

    Updated dependencies to latest as of today. "dependencies": { "axios": "^1.7.3", "discord.js": "^14.15.3", "klaw": "^4.1.0", "module-alias": "^2.2.3" }
  8. DanPlayz

    Discord Remote Commands - Per Guild Commands

    Added a new configuration option publish-as. This option can either be set as "global" or a guild id. If it's set as a guild id, it will try to publish the commands to that specific guild.
  9. DanPlayz

    Dan's Game Bot - King Bug (in Checkers)

    Fixed a bug within checkers which makes the piece not become a king, essentially bringing the game to a halt.
  10. DanPlayz

    Discord Vote Logger v1.1

    Installation and Setup 1. Download the plugin. 2. Upload the plugin to the plugins folder. 3. Open your Discord server's settings. 3a. Click on "Integrations" 3b. Click on "Webhooks" button 3c. Click on "New Webhook" 3d Click on the webhook you created, give it a name 3e Click "Copy Webhook URL"...
  11. DanPlayz

    Yeah, no problem! Thank you for being so easy to work with!

    Yeah, no problem! Thank you for being so easy to work with!
  12. DanPlayz

    Discord Remote Commands v1.4

    Demo Video Installation and Setup 1. Download the plugin. 2. Upload the plugin to the plugins folder. 3. Create a Discord Bot from the Discord Developer Portal 3a. Click on "New Application", give it a name and Click the "Create" button. 3b. Click on "Add Bot" button under "Settings" tab 3c...
  13. DanPlayz

    Advanced Status Roles - Rewrite!

    Rewrote the main functions of the bot to attempt to make big servers (250+ members) work much better. Added enmap as database Added customizable debug logs Added debug output to file (or console)
  14. DanPlayz

    Advanced Status Roles - Big Servers

    Patched an issue on start with big servers (>750 members)
  15. DanPlayz

    Advanced Status Roles - Debug Mode!

    Added a debug mode.
Top