dev & debug
dev & debug
bot owner commands. not for you.
what are dev commands?
Section titled “what are dev commands?”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.
available dev commands
Section titled “available dev commands”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
/premium
Section titled “/premium”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
for self-hosters
Section titled “for self-hosters”if you’re running your own instance of amina:
- read the wiki - github.com/iamvikshan/amina/wiki
- set your dev id - configure your discord id in the bot’s environment
- 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
why not document these fully?
Section titled “why not document these fully?”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