If your friends are playing a game, you will know that through this discord bot. It's called game stalking bot
git clone
this repositoryyarn
- edit settings.example.json to settings.json and edit settings.json
"bot_token": "discord bot's token",
"channel_id": "discord channel id to send message",
"hypixel": {
"enable": "game enable",
"key": "hypixel api key",
"player_uuid": ["minecraft user's uuids"]
},
"lol": {
"enable": "game enable",
"key": "lol api key",
"player_name": ["lol usernames"]
}
- Hypixels can be turned on API setting and off by the user himself, so they may not work according to the user's API settings.