theadell / kickbot

The easy way to get your office foosball games rolling. Handles game invites and lineups on Slack, so you can focus on the fun.
MIT License
2 stars 0 forks source link

Support Multiple Games Across Different Channels #1

Closed theadell closed 7 months ago

theadell commented 7 months ago

Issue

Currently, the bot only supports a single game instance, tied to a hardcoded channel ID. it is desired to allow multiple games to be played simultaneously across different Slack channels and the channel IDs should be handled dynamically (from the webhooks sent by slack) instead of being hardcoded.

Expected / dresired Behavior