- 
                Notifications
    You must be signed in to change notification settings 
- Fork 109
Selfbot Commands
Here is a list of the commands that come with the selfbot, and how to use them.
- Bans a user from a guild. Can input a mention, ID or name. Can specify how many days of messages to delete. (Needs "Ban Members" permisssion)
ban @user 3will ban "user" and delete 3 days of their messages (Will only accept number of days between 1 - 9) (Default is 3)
ban 83010416610906112will ban the user with the ID inputed from the guild (will delete 3 days of messages since the default value is 3)
ban someGuywill ban the user with the name "someGuy" from the guild (less accurate if two members have the same name/nick, use with caution)
- Add emojis from URL's, remove or list emojis from the current guild. (Needs "Manage Emojis" permisssion)
emoji add potatos IMAGE_URLwill add an emoji to the current guild with the name "potatos" and with the IMAGE_URL as its image
emoji remove :potatos:will delete the emoji "potatos" from the guild (if there is one)
emoji listwill list all the emojis in the guild
- Evaluates a snippet of javascript code.
eval self.user.usernamewill return your Discord username
- Shows all command names in console. (Didnt see the need to add in a "real" help command since the commands themselfs are on seperate files and explained on each file)
helpwill log to console all command names.
- Kicks a user from a guild. Can input a mention, ID or name. (Needs "Kick Members" permisssion)
kick @userwill kick "user" from the guild
kick 83010416610906112will kick the user with the ID inputed from the guild
kick someGuywill kick the user with the name "someGuy" from the guild (less accurate if two members have the same name/nick, use with caution)
- Quote you or someone else with cool discord embeds.
me textwill quote some text without an author
me user textwill quote text with you as the author
me user @someone textwill quote text with someone else as the author
- Edits your nickname in a guild. Leave blank to remove the current nick. (Needs "Change Nickname" permission)
nick Boiwill set your nickname on that server to "Boi"
nickwill reset your nickname on the current guild
- Copy-paste a meme text into chat. Options are: (Add your own in config/paste.json)
- edgyshit
- goodshit
- apache
 
paste apachewill copy paste into chat the "I sexually Identify as an Attack Helicopter." text
- Edits the message to "Pong!" to check if the bot is online.
pingwill edit the message to "Pong!" and give you the time of response
- Edit your playing game name. Leave blank to clear game.
- Dont forget that when you edit your game with a selfbot you wont be able to see it, but other people will.
playing nothingwill set your game as "nothing", meaning people will see on your profile Playing nothing
playingwill reset your playing game
- If you have auto game rotation set to "true", this command is pretty useless, cause if you use it, when the auto rotate comes, it will just override it. You can fix this by turning auto game rotation to false in config.json and then just setting a game yourself.
- Deletes messages sent by you from a channel. Need to specify a number of messages to delete.
prune 23 will delete 23 messages sent by you from that channel. (Supports PM's too)
- Set your status as streaming cause why not.
streaming somethingwill make you go live on twitch streaming "something"
- Tag parser, cause why not. Tags offer a lot of options, which I wouldnt be able to cover all in here, but I would only use it if I knew what I was doing
tag this is a normal text but {fight} it has a replacement on itwill replace{fight}with a emote. This is one of the simplest kind of tags there is.
Copyright (c) 2016 TheRacingLion