A simple and customizable bot for Twitch streaming!
To set up your bot, ensure that you have Node.js installed. You can download it here.
-
Install Node Modules
Open the command line, navigate to the directory where you want to create the bot, and run:npm i
-
Open Your Code Editor Use any preferred editor (e.g., Visual Studio Code, Atom) to open your project directory.
-
Add the Provided Files Place all provided bot files in your project directory.
-
Configure the BOT Open
index.js
in your editor and make any necessary adjustments to customize the bot settings. -
Create Custom Commands Navigate to the
commands
folder to add or edit commands. Each command file name (e.g.,afk.js
) will act as the command itself; for example, a file namedafk.js
will be triggered in the Twitch chat by typing!afk
. -
Start the Bot Run the
start-bot.bat
file, and your bot will be live and ready to use on Twitch!