Skip to content

dev & debug

dev & debug

bot owner commands. not for you.



dev commands are internal tools used by amina’s developer (vikshan) for:

  • diagnosing issues
  • testing new features
  • managing premium users
  • monitoring bot health across servers
  • emergency maintenance

you cannot access these. they’re hardcoded to specific developer discord ids.


for transparency, here’s what exists (but you can’t use):

developer dashboard with subcommands for:

  • server list and stats
  • system diagnostics
  • feature flags and testing
  • database queries
  • error logs

access: bot owner only
why restricted: full system access, could break things


manage premium subscriptions.

subcommands:

  • /premium add - grant premium to a user/server
  • /premium remove - revoke premium access

access: bot owner only
why restricted: controls paid features


internal testing command for development.

access: bot owner only
why restricted: experimental features, unstable


if you’re running your own instance of amina:

  1. read the wiki - github.com/iamvikshan/amina/wiki
  2. set your dev id - configure your discord id in the bot’s environment
  3. understand the risks - dev commands have full bot access

self-hosting documentation is kept separate from these user docs because:

  • different audience (developers vs server owners)
  • technical setup instructions don’t belong here
  • keeps this site focused on using amina, not hosting it

these docs are for people using amina in their servers, not for:

  • bot developers
  • self-hosters
  • people running their own instance

if you want to:

  • use amina in your server → you’re in the right place
  • self-host amina → check the wiki
  • contribute code → see github repo