Skip to content

A Java Discord selfbot that allows custom commands and rich messages (Embeds)

Notifications You must be signed in to change notification settings

Moudoux/DiscordSelfBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordSelfBot

A Java Discord selfbot that allows custom commands and rich messages (Embeds) based on BtoBastian's JavaCord library.

Retrieving your access token

In your browser or desktop Discord, press Ctrl-Shift-I or ⌘-Shift-I on Mac. Go to the Application section, Click on Storage > LocalStorage > discordapp.com. Find the token row at the bottom, your token will be the value in quotes.

⚠ Do not share this token with anyone ⚠ This token provides complete access to your Discord account, never share it!

Installing and running

First download the source and compile it into a .jar file, set the main class to me.alexander.discordbot.Main

You can also download a precompiled version here.

Now open a command prompt/terminal window and type java -jar SelfBotv2.jar <Your access token>

Commands

/shutdown - Will shutdown the bot
/embed <Message> - Sends an embedded message

Embedded message format

To send an embedded message you type /embed <Message>, in the message you can set the title, body, footer and an image (jpeg,jpg and png supported).

To add a title you simply type **<Title>**, to add a footer you type --<Footer>-- and to add a image you just paste the url.

An example message might look like this:

/embed **This is the title** This is a test of the SelfBot --This is the footer--

Embedded Message