Skip to content

TheBITLINK/SelfBot-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SelfBot-Base

This is a minimal SelfBot made using FocaBotCore. It's based on my own SelfBot, but with some sensitive things changed and/or removed.

It's meant to be extended, and it's pretty easy to make your own modules. Some basic modules are included.

How to use?

  • Download and install Node.js v7, to run the bot.
  • Optionally download ImageMagick (for the spoiler and trigger commands).
  • Download/Clone this repository to an empty folder in your computer.
  • Get your discord token:
    • On the Desktop Discord App, press Ctrl+Shift+I.
    • Go to the "Application" tab.
    • In the left, select "Local Storage", and then "https://www.discordapp.com"
    • Find the "token" key and copy it's value (on the right).
    • This token allows access to your account to ANYONE having it, so make sure you keep it in a safe place and don't give it to anyone.
      • If your token somehow gets compromised, changing your Discord password should be enough to reset it.
  • Edit the main.js file:
    • Paste your token there.
    • Optionally edit the public and private prefixes. If you don't want others to use your SelfBot, leave the public prefix blank.
    • Optionally type a danbooru tag into the "waifuTag" parameter (this is for the !waifu command).
  • Open a command prompt in the same folder as the main.js file (Shit+Right Click > Open Command Prompt in Windows).
    • Type the following commands:
      • npm install
      • npm start
  • Your SelfBot should now be running! Test it typing me!ping in any Discord chat. (assuming your prefix is me!).
  • Your SelfBot will keep running as long as you leave CMD open, if you want to start it again, only npm start will be necessary.

About

Minimal Discord SelfBot written in CoffeeScript, using FocaBotCore

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published