Skip to content

44REAM/Discord-RAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Discord RAT

Setup

Install library

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Put your bot token in

token = ""
bot.run(token)

or using token from environment

from dotenv import load_dotenv
load_dotenv('.env')
token = os.getenv("DISCORD_TOKEN")
bot.run(token)

Enjoy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages