/Trick-cord-Bot

Automating Trick'cord Treat on Discord

Primary LanguagePython

Trick-cord-Bot

Automating Trick'cord Treat on Discord

What is Trick'cord Treat?

Trick'cord Treat is a bot developed by Discord that spawns tricks and treats in servers based on activities. Players must type h!trick or h!treat based on the contents of the spawn message.

What does Trick-cord Bot do?

Trick-cord Bot is a simple selfbot that automatically sends h!trick and h!treat for you at lightning speeds! Snipe your friends and trick them into thinking you type at 500 WPM :)

The goal of this project is to demonstrate an extremely simple Python Discord bot that reads embeds.

How to run

Configuration

Edit config.json with your configuration.

  • token: your Discord token. There are plenty of guides on how to get this.
  • channels: list of IDs for channels to watch for possible Trick'cord Treat messages. Learn how to find these IDs here.
  • treatBot: ID of the bot itself. Instructions on how to do this can be found at the previous link.

Starting the bot

Assuming python defaults to Python 3:

python -m pip install -r requirements.txt
python bot.py

Note on selfbots

Please read Discord's official stance on selfbots before running this project.