Discord Bot
The Vampauth bot bridges a project into a Discord server. Players whitelist their key and grab your script without leaving Discord, and you keep control over who gets in and which role they get.Before you start
Three things need to be true:- Your Discord is linked. Link it at vampauth.com/settings (Settings → Discord → Connect). The bot resolves you through this link, so the same account must own the project.
- You have the Manage Server permission in the server you want to use. Every developer command checks this.
- The bot is in the server. Invite it from Settings → Discord → “Invite Vampauth bot” and authorize it in the server.
Commands
/login
Verifies that your Discord is linked and lists the Vampauth projects you own. Run it first when something is not lining up./panel create
Binds a project you own to this server and posts the live panel message in the current channel. That message is where players interact with your project.- project — autocompletes from the projects you own.
- role — optional. Players who whitelist a key get this role automatically.
/panel list
Shows every panel in this server with its channel and role./panel edit
Changes a panel’s role and re-syncs the live message./panel delete
Removes a panel and its live message. Players who already whitelisted keep their role./whitelist
Manually whitelists a specific member with a license key. Useful for paid keys or one-off access.How the panel behaves
- Get Script returns the loadstring for the project’s connected script. Paste it into an executor in-game.
- Reset HWID clears a key’s hardware lock so it can be used on new hardware. It only works for keys that were whitelisted on the panel.
- Panel messages are re-synced on bot restarts. If a panel is deleted, its buttons stop responding and are removed from the message.