-
Notifications
You must be signed in to change notification settings - Fork 0
Server Companion + Community SDK Integration #22
Copy link
Copy link
Open
1 / 41 of 4 issues completedLabels
areas::processes::integrationWorkflows for connecting different areas or configurationsWorkflows for connecting different areas or configurationsareas::processes::planningHigh-level strategy and planningHigh-level strategy and planningtasks::features::newNew featuresNew features
Metadata
Metadata
Assignees
Labels
areas::processes::integrationWorkflows for connecting different areas or configurationsWorkflows for connecting different areas or configurationsareas::processes::planningHigh-level strategy and planningHigh-level strategy and planningtasks::features::newNew featuresNew features
Type
Projects
Status
In Progress
Status
New
WindowsAppCommunity.Sdk
At Implementing event stream handlers WindowsAppCommunity/meta#12, you'll find
Implementing event stream handlers WindowsAppCommunity/meta#12, which (when fully expanded) has a tree that looks like this:These tickets are all closed off, and the SDK is read to be integrated with our Discord bot.
Initial approach
The CLI serves as an example of how to implement our SDK in our Discord bot, but it will look slightly different.
There are many things we'll need to consider to improve the overall user experience here.
Understanding how the SDK integration with our Discord Bot will look different to the command-line interface is our first step here.
Getting started
The below is the preferred order to handle implementation in:
CLI to Slash Commands
See: #23
Backlinking and Invites
See: #24
Isolating users
See: #25
Flexible user permissions
See: #26
Discord Role Migration
See: WindowsAppCommunity/meta#27