๐Ÿ”’Protecting your Bot Tokens

How we securely store your Bot token

When you provide us with your bot token, we take security very seriously. Hereโ€™s how we protect it:

Secure Connection to Discord:

When you send your bot token through Discord, it is protected by encryption. This means that nobody can read the token while itโ€™s being sent over the internet, not even hackers.

No Logging of Sensitive Information:

Your bot token is never stored or printed in any logs. This helps ensure that it is never accidentally shared or exposed. We make sure itโ€™s kept private and used only for its intended purpose.

Encrypted Communication with AWS:

After we receive your bot token, it is securely sent to Amazon Web Services (AWS). The connection between our server and AWS is also encrypted, so your bot token is safe during the process.

Storing Your Bot Token Securely:

We store your bot token in AWS Systems Manager Parameter Store using a special security feature called "SecureString." This means your token is encrypted (locked with a key) and can only be accessed by systems that have the right permissions.

Protecting Against Abuse:

You have complete control over your bot token. Since you create and manage it, you can regenerate the token whenever you need to. If you think your token has been compromised or just want an extra layer of security, you can easily replace it with a new one. This gives you full control and flexibility over the security of your bot. If you do reset your token, please let us know immediately so we can ensure your bot stays online

Last updated