Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
/ Whiz Public archive

The Official Repository For The Whiz Discord SelfBot

Notifications You must be signed in to change notification settings

NotCookey/Whiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whiz

A Fast And Advance Discord SelfBot Written in Python


Why Whiz?

  • Whiz is faster than other discord selfbot's cause it uses Discord's API directly into the code for most of the commands rather then using a selfbot framework like Discum or Discord.pySelf
  • You can code your own external modules/scripts using discordpy libary and import them in Whiz
  • Open-Source + Easy To Config And Run

How To Install

  1. Download And Install Python.
  2. Download the Repository.
  3. Run pip install -r requirements in the folder.
  4. Open CONFIG.ini file and put your discord token in the TOKEN= and save it
  5. Run the Whiz.py file
  6. The default prefix is ?, You can change it in the CONFIG.ini file

If the bot still doesn't work after entering a token

  1. Do py -m pip uninstall discord.py, and then py -m pip install --upgrade --force-reinstall discord.py-self

Made by Cookey & CooKey-Monster


Whiz - Using Discord The Way It Should Be