This is a basic discord bot made for my own account, it serves some "useful" commands.
Made By: Fabricio20 Thanks to:
- Minn (For providing delete history method)
- Sponges (For providing copypastas)
- Almigthy (For fixing my gradle build)
Using:
- Lombok
- Jsoup
- JSON
- JDA 3.X
- /help | Displays this help message
- /lenny | Pastes lenny
- /shrug | Shrugs
- /idle | Sets IDLE status
- /abal | Mentions abalabahaha
- /stop | Shuts down
- /name | Changes name
- /revert | Reverts name
- /purge | Purgues chat (User and/or amount)
- /game | Changes the game
- /thegame | You just lost
- /greentext | Greentext
- /gt | Alias for Greentex
- /triforce | Proves you are not a newfag
- /newfag | Proves you are a newfag
- /lmgtfy | Let Me Google That For You
- /tinyurl | Makes an URL smaller
- /navyseal | Navy seal copypasta
- /edgyshit | Edgy shit copypasta
- /goodshit | Good shit copypasta
- /apache | Attack Helicopter copypasta
- /daddy | Daddy and me copypasta
- /4chan | Found it on a 4chan thread copypasta
Before doing anything else, make sure you have JAVA 8 installed on your computer.
- Go to the Releases Page
- Download the latest version
- Extract the ZIP file
- Open up discord and open the inspector window (
CTRL
+SHIFT
+I
) - Go to the
Application
page - Under
Storage
, selectLocal Storage
, and thendiscordapp.com
- Find the
token
row and copy the valuethat is in quotes
. - Open up Config.json and change
your-token-here-please
to your token - Save the file and exit your text editor
- Run DiscordSelfBOT.jar
- Profit!!?!
If you need help, you can open up an issue Here, but make sure to paste the logs (run DiscordSelfBOT.jar on CMD).
If you want to modify this, first fork the project, then use IntelliJ GIT tool and import your repository. Dependencies are managed by gradle, but Lombok needs a special plugin and the jar on your Path. (Google it)