TheRacingLion / Discord-SelfBot

A javascript discord selfbot that is setup and ready to go in less than 5 min.
MIT License
139 stars 107 forks source link

What javascript code can you evaluate #47

Closed MaybeGoogle closed 7 years ago

MaybeGoogle commented 7 years ago

examples, how to use, etc

TheRacingLion commented 7 years ago

@eruzang Uhh, anything? You can eval any code. Something like: -eval let a = 5; let b = 2; a + b // 7 You also have access to your discord user from eval, so you can do things like: eval self.user.username // will return your discord username (self is the discord client instance) You can join guilds with eval, leave guilds, add friends, solve math problems, you can eval pretty much anything...