Meowhal / osu-ahr

irc bot for osu multi lobby auto host rotation
MIT License
130 stars 36 forks source link

Dont work? #139

Closed NickKruto closed 2 years ago

NickKruto commented 2 years ago

I did everything according to the instructions. image

xayanide commented 2 years ago

The error pops up if you didn't change and set an account ID and IRC password in the config/local.json file.

Try doing it again, inside the config folder, there is a default.json file, copy it and paste it in that same folder, then rename it to local.json. Open that file and change the following lines accordingly.

    "irc": {
      "server": "irc.ppy.sh",
-      "nick": "your account id",
+      "nick": "MyAccountIDHere",
      "opt": {
        "port": 6667,
-        "password": "you can get password from 'https://osu.ppy.sh/p/irc'"
+        "password": "MyPasswordHere"
      }
    },
NickKruto commented 2 years ago

This is what I do image image

NickKruto commented 2 years ago

This video helped https://www.youtube.com/watch?v=8kYbBWgMfIQ