COD Status Bot Help Center

Getting Started

Welcome to the COD Status Bot help page. Here's how to get started:

  1. Add the bot to your Discord server using this link.
  2. Set up your EZ-Captcha API key (optional but recommended).
  3. Add your Call of Duty account(s) for monitoring.

Commands

Check the age of your monitored Call of Duty account(s).

Usage: /accountage

View the status history and logs for your monitored account(s).

Usage: /accountlogs

Add a new account to monitor. You'll need to provide your SSO cookie.

Usage: /addaccount

Check your remaining EZ-Captcha balance.

Usage: /captchabalance

Perform an immediate status check on your account(s).

Usage: /checknow

Send feedback or suggestions to the bot developers.

Usage: /feedback [your message]

Get detailed information on setting up and using your EZ-Captcha API key.

Usage: /helpapi

Receive a guide on how to obtain your SSO cookie for account monitoring.

Usage: /helpcookie

View a list of all your monitored accounts.

Usage: /listaccounts

Remove a monitored account from the bot.

Usage: /removeaccount

Set your EZ-Captcha API key for faster and more frequent checks.

Usage: /setcaptchaservice

Set your preferred notification method (channel or direct message).

Usage: /setpreference

Customize how often the bot checks your account status.

Usage: /setcheckinterval

Enable or disable status checks for a specific account.

Usage: /togglecheck

Update the SSO cookie for an existing monitored account.

Usage: /updateaccount

Obtaining Your SSO Cookie

To add your Call of Duty account to the bot, you'll need to obtain your SSO (Single Sign-On) cookie. Use the /helpcookie command for detailed instructions, or follow these steps:

  1. Login to Your Activision Account:
  2. Access the Developer Console:
    • Press F12 to open the developer console or right-click on the page and select "Inspect".
  3. Retrieve the SSO Cookie:
    • In the developer console, switch to the "Console" tab.
    • Paste the following JavaScript code snippet:
    var cookieValue = document.cookie.match(/ACT_SSO_COOKIE=([^;]+)/)[1];
    console.log(cookieValue);
    • Accept any warnings related to pasting code.
  4. Copy the Cookie Value:
    • After executing the code, you'll see the SSO cookie value. Copy it.
  5. Add Your Account to the Bot:
    • Use the /addaccount command to add your account using the copied cookie value.

Additional Methods (Browser-Specific):

  • Firefox Users:
    1. Go to the "Storage" tab in the developer console.
    2. Click on "Cookies," then find the "activision.com" domain.
    3. Locate the cookie named "ACT_SSO_COOKIE" and copy its value.
  • Chrome Users:
    1. Navigate to the "Application" tab in the developer console.
    2. Click on "Cookies," then find the "activision.com" domain.
    3. Look for the cookie named "ACT_SSO_COOKIE" and copy its value.
  • Using Cookie Editor Extension:
    1. Download the Cookie Editor extension for your browser.
    2. Log in to Activision.
    3. Use the extension to find and copy the "ACT_SSO_COOKIE" value.

Setting Up EZ-Captcha API Key

Using your own EZ-Captcha API key allows for more frequent account checks. Use the /helpapi command for detailed instructions, or follow these steps:

  1. Visit EZ-Captcha's website to register and obtain an API key.
  2. Use the /setcaptchaservice command to set your personal API key.
  3. Use the /setcheckinterval command to set your preferred account check frequency (in minutes).

Note: Using your own API key allows you to control the frequency of checks and manage your usage.

Benefits of Using Your Own API Key:

  • Faster and more frequent account checks
  • Control over your usage and costs
  • Ability to customize check intervals to your needs
  • Improved reliability and performance

Managing Your API Key:

  • Use /captchabalance to check your remaining EZ-Captcha balance
  • Regularly monitor your usage to ensure sufficient balance
  • Update your API key if needed using /setcaptchaservice