Skip to content

ngn13/clyde-blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🤖 Clyde Block Script

Just a simple python script to block discord's "AI" bot, clyde



📑 Usage

Windows

  • Download the latest release from the releases tab
  • Double click on the EXE file to run it
  • You may see a smart screen dialog with the title "Windows Protected Your PC" or something like that, windows is just complaining because the executable is not signed (it does not have a certificate), click on "Run anyway"

Linux (and macos)

Just copy the main.py script and run it with python (version 3), make sure you have requests module installed, if you don't have it installed, then install it with your package manager.

For example if you are on arch:

sudo pacman -S python-requests

⚙ Getting your discord token

The program will ask you to enter your discord token, if you don't know how to get your token, here's a random tutorial that i found on youtube

And if get any errors etc. create an issue