Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.duckybot.xyz/llms.txt

Use this file to discover all available pages before exploring further.

What has been completed?

  • Slash command handling
    • Includes argument parsing
  • Component handling
  • Public API

What is planned for the next week?

  • Complete utility commands
  • Implement permissions system
  • Implement more internal utility functions to further increase development efficiency
  • Maybe: Implement configuration and management API endpoints
    • Begin Dashboard development

Discontinuation of Prefix Commands

We’ve made the decision to discontinue prefix commands. They will now be reserved for debug/developer-only commands only. By removing support for prefix-based commands, we:
  • Remove the possibility of prefix conflicts with other bots
  • Reduce developer workload because there no longer needs to be message argument parsing
  • Reduce the amount of server data that must be cached (we would otherwise have to cache all server members in order for query-based member searching, role searching, etc. to work)
  • Significantly increase development speed
Last modified on May 31, 2026