GAMEGG Twitch robot (simple).
- First, download and install the Node.js.
- Go to the bot folder and open the
bot.js
file with Notepad and enter your desired details instead of the three partsBOT_USERNAME
,OAUTH_TOKEN
andCHANNEL_NAME
and save the changes.
BOT_USERNAME
: Username of the bot account (you can introduce your account and the bot will send a message on your behalf or create a new account for your bot).OAUTH_TOKEN
: You must get and enter this token from this link.CHANNEL_NAME
: You must enter your channel name instead (for examplegamegg_ir
).
- Go to the bot folder, then hold down the "Shift" key and "right-click" on the empty space inside the folder and select
open command window here
oropen PowerShell window here
(you can also reach the bot folder using cmd andcd
command). - In the window that opens, type this text and press enter:
node bot.js
- If the message
connected
is displayed, your bot is successfully online and usable.
- To add, delete or edit bot commands, go to the
// Called every time a message comes in
section in thebot.js
file and apply the commands you want.