Getting started (Windows) - Gigabars/FishHook GitHub Wiki
-
Install Node.js Here Both versions work, although you might want to pick V 8.0.0 Because it is the latest.
-
Install the bot Files, And unzip them to a new folder. Make sure you unzip the node_modules to!
-
Next, Install Notepad++ (This is required) Here Make sure you pick the Notepad++ Installer 32-bit x86 version.
-
After thats done, Open config.json, Using Notepad++, NOT Regular old notepad You should see
{ "prefix":"", "token":"", "a1":"", "a2":"", "firstname":"", "secname":"" }
5.Now go to This link And make a bot account.
Just click new app, after that, name your bot, give it a pfp and click Create app.
Now click Create bot account.
Now, you should see a token in the middle, Click on "click to reveal" And Copy and paste that token into the config.json.
Next, go to this link and paste the bots client ID in the box, make sure it's the client ID. And then click on the link, and invite the bot to the desired discord server.
-
Set the prefix for the bot, this will be the object that comes before your command, so, for example, if I set my prefix to =, my commands would be =ping and =help. If I set it to $ my commands would be $ping and $help Etc.
-
Now, here's the hard part, Go to your account settings and then to Appearance, and enable "Developer Mode".
-
Now right click on the first channel that you want to link, and then click copy ID.
-
Put that into a1 in the config.json file, and then type out the name you want to show for firstname in the config.json file.
10.Next do the same thing for the other channel, except put the data into a2 and secname.
11.Run start.bat
- Done! You need to keep the CMD window open at all times to run the bot 24/7 though.