dotabod / backend

Backend services for dotabod, the popular twitch streamer tool
https://dotabod.com
GNU Affero General Public License v3.0
40 stars 15 forks source link

!friends command #79

Open Geczy opened 1 year ago

Geczy commented 1 year ago

have a command like !friends (or !snipers) that will show how many games the streamer played together with the others in the game. Maybe show W-L for when they were ally and enemy separately too but then the message could be too long and/or complicated https://discord.com/channels/1039887907705593876/1046119849014853775/1055643771544535061

games played together: blue: 5 | olive: 2

renamed commented 1 year ago

do you plan to do that by using the Dota 2 API? I have made something similar sometime ago to a friend of mine, but using C#

https://gitlab.com/isrenamed/bracabot/-/blob/develop/Bracabot2/Commands/PeerCommand.cs

Geczy commented 1 year ago

do you plan to do that by using the Dota 2 API? I have made something similar sometime ago to a friend of mine, but using C#

gitlab.com/isrenamed/bracabot/-/blob/develop/Bracabot2/Commands/PeerCommand.cs

very cool, do you just query dota api and save to db often ? how does it work ?

dankYoff commented 1 year ago

have a command like !friends (or !snipers) that will show how many games the streamer played together with the others in the game. Maybe show W-L for when they were ally and enemy separately too but then the message could be too long and/or complicated https://discord.com/channels/1039887907705593876/1046119849014853775/1055643771544535061

games played together: blue: 5 | olive: 2

someones on twitch I did gave 1 feedback in some section here on dotabod to give feature for local notable player like in 9kmmrbot we can add friends as local notable player and viewers can watch who is in streamers party @dotabod