Closed NickKruto closed 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"
}
},
This is what I do
This video helped https://www.youtube.com/watch?v=8kYbBWgMfIQ
I did everything according to the instructions.