No description
Find a file
2022-04-05 09:26:35 +02:00
.gitignore ignore all .json files 2022-03-19 00:52:42 +01:00
bot.js Fixed args 2022-04-05 09:26:35 +02:00
highscoreLeicht.json added !kompliment, added Check for actual commands 2021-02-05 22:12:46 +01:00
highscoreMittel.json added !kompliment, added Check for actual commands 2021-02-05 22:12:46 +01:00
highscoreSchwer.json added !kompliment, added Check for actual commands 2021-02-05 22:12:46 +01:00
README.md updated readme 2020-08-13 02:26:20 +02:00

How to use it

  1. Install node.js for the operating system of your choice.

  2. Get your auth token for your bot.

  3. Install tmi.js in your working directory npm install tmi.js

  4. Create a file called login.json and put in your login information like this:

{
    "bot_username": "name_of_your_bot",
    "oauth_token":  "your_oath_token",
    "channel_name": ["your_channel_name"]
}

Alternatively you could add more channels, you want the bot to connect to like this

    "channel_name": ["names", "of", "the", "channels", "you", "wish", "your", "bot", "to", "connect", "to" ]