Step 1: Adding Your Discord Accounts

First, we need to load your Discord accounts into AICORA.

  1. From the main AICORA dashboard, click on Autochat in the left sidebar, then select the DC Autochat tab.

  1. You'll see a field to add your account tokens. Copy a token from your list, paste it into the field, and click Add Token.(How to get a Discord token?)

What's Happening Behind the Scenes? (A Heads-Up)

You might notice a few strange things when adding tokens. This is normal, so don't panic!

  • The "Intelligent Freeze": When you add a token, the app might pause for a few seconds. This is a good thing! That's not a bug; it's AICORA talking directly to Discord's servers to verify the token is valid and fetch the account's username. Once it's confirmed, the account will pop into the list. Check the Running Logs for a success message like Account added: [username].

  • The "Unauthorized" Error: If you see a 401: Unauthorized error in the logs, it means your token has expired.

Don't worry, your account probably isn't banned. Discord automatically rotates tokens for security. Just follow our guide in the Appendix to get a fresh, new token for that account. Once you paste in the new one, it should add smoothly without the long freeze. If you still can't get a new token because you can't log in to that account on Discord's website, then the account may have been disabled by Discord for other reasons. This is related to general account health (2FA, email verification, etc.) and not directly caused by AICORA. Account husbandry is key!

How to remove an account:

Need to delete an account? Just right-click on its row in the list and select the Delete option. Easy. The user numbers in the second column will even automatically re-organize to keep things tidy. You'll see a confirmation, like Deleted account in row [number], pop up in the Running Logs.

âœĻ The AICORA Resilience System

A core design philosophy of AICORA is uninterrupted operation. We understand that in the dynamic environment of Discord, account tokens can expire or be invalidated unexpectedly. So, what happens if this occurs mid-mission?

The mission continues, seamlessly.

AICORA is built with a smart error-handling and self-healing mechanism. If an account fails to send a message due to a token-related error (like a 401 or 403 status code), the system will automatically:

  1. Log the specific error in the Running Logs for your review.

  2. Remove the faulty account from the active session's user list to prevent further errors from that account.

  3. Proceed to the next action in your script using the next available, healthy account.

This ensures your community activation campaigns are robust and resilient, minimizing downtime and allowing you to manage and update faulty accounts at your convenience, without halting the entire operation.


Last updated