If something is not working
A licence won't validate
A licence won't validate
That’s usually an instance-side configuration issue rather than a problem with your key —
something for whoever administers the instance to check, since the
/register error itself
won’t say which.`/webhook url` refuses to show a URL
`/webhook url` refuses to show a URL
That means your instance’s webhook listener isn’t fully set up yet — something for whoever
administers the instance to finish. See
Connecting to SellAuth for what the
listener needs before it can hand out a URL. Polling keeps working in the meantime, so
notifications aren’t affected.
`/webhook status` says SellAuth isn't reaching the bot
`/webhook status` says SellAuth isn't reaching the bot
First confirm the URL pasted into SellAuth’s Notification Settings → Endpoint URL still
matches the current output of
/webhook url (it changes if you ever ran
/webhook regenerate). If it matches and events still aren’t arriving, that’s a networking or
configuration issue for whoever administers the instance to look into.A command says my tier can't do that
A command says my tier can't do that
That’s the permission layer working as configured, not a bug.
/permissions user shows what
tier you actually resolve to and why. See Permissions and
the tier table on the Introduction page — the bot owner,
the guild owner, and anyone with Discord’s Manage Server permission are always owner and
cannot be locked out.Getting help from your instance operator
SellAuth Bot is self-hosted and multi-operator: this documentation describes the bot’s behaviour, but it isn’t run as a single hosted service with its own support desk. If you’re a delegated staff member or an operator who registered a licence on someone else’s instance, account- and access-level questions (licence issues, delegation, shop connection) go to whoever issued your KeyAuth licence — usually the person who invited the bot to your server. If you operate the instance yourself, the contact address published in your Privacy Policy and Terms of Service is the one your own users should reach — fill in[CONTACT EMAIL] there before pointing anyone at it.
For anything that looks like a bug in the bot itself rather than a configuration or account issue,
the project’s README.md and docs/ (in the bot’s own repository, not this site) cover
development, testing, and how to file it upstream.