cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

[feature] disable bot for custom games (see map.customgamename) or turbo games #137

Open cannawen opened 9 months ago

cannawen commented 9 months ago

custom game audio should be disabled.

Need to figure out how to check if a game is a turbo game. dotabod is doing something about id 23, but I can't find it in the GSI

https://github.com/dotabod/backend/blob/8448dfd2be8c2d85963ee7ee93bac474bfbc72d2/services/mongodb/src/init.js#L28

cannawen commented 9 months ago

[

Screen Shot 2023-10-20 at 11 20 11 PM

](https://discord.com/channels/1039887907705593876/1041864767226261544/1164632502019821619)

cannawen commented 8 months ago

Need to pull apart "configurable" from "regular game" so that tell a joke, invoker spells, etc. can be separate from what kind of game is being played

cannawen commented 7 months ago

turbo games startwith less time pre 0 seconds; can maybe use that to figrue out if we are in turbo mode or not?