This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Provide easy message-level interactivity #10
Labels
2.0
Approved
This Issue/PR was approved
Feature
This Issue/PR is about the implementation of a new feature
Interaction
Issues about the Interaction API
Reimplement DSP
The official implementation from DSharpPlus requires a redesign
WIP
Milestone
Draft:
a function
public Task<DiscordMessage> Interact(DiscordMessage)
, to be used likewhere
response
is the next message sent in the context ofmessage
(In the correct channel, and by the correct user).For ease of use, also add overloads for any type that can be trivially converted into a
DiscordMessage
, such asInteract(DiscordEmbed)
,Interact(string)
, andInteract(Attachment)
.Implementation notes:
DSharpPlus.Interactivity provides several useful functions to get the next message, but all are at a lower level than the proposed
Interact
The text was updated successfully, but these errors were encountered: