Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Multiworld Watcher Multiworld Watcher
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Q4SG
  • Multiworld WatcherMultiworld Watcher
  • Issues
  • #9
Closed
Open
Issue created Feb 16, 2022 by Adam "MrBond" Ziegler@MrBondOwner

Create baseline self-service bot interaction

Build support for self-service interaction with the Discord bot. Start with two input adapters and one output adapter:

  • DiscordBotCommandInputAdapter: receive a bot command from specific channels to initiate bot interaction
  • DiscondBotDMOutputAdapter: respond to initial channel bot command by opening a DM to the instigating user
  • DiscordBotDMInputAdapter: parse a command from a DM to the bot, respond in the same DM

Do not implement the command processing in the adapters; pass to a separate overall pipeline to parse and process the command, then relay to the outputs

While creating the baseline, refactor the Discord* adapters to ensure that only one Discord connection / instance is maintained for all Discord I/O.

Assignee
Assign to
Time tracking