geekbot/src/Core/Interactions
2021-11-06 16:52:49 +01:00
..
ApplicationCommand Remove OptionChoice type inheritors in favour of just supporting strings as values 2021-10-31 23:23:02 +01:00
Embed Add function to convert Geekbot Embeds to Discord.Net Embeds for easier code sharing 2021-11-06 16:52:49 +01:00
MessageComponents Create all interaction models 2021-09-20 01:28:26 +02:00
Request Change type of Value in InteractionOption to JsonElement because it's unknown at deserialization time what type it will be 2021-09-20 02:10:28 +02:00
Resolved Add user property to the interaction member object 2021-09-20 02:11:53 +02:00
Response Create all interaction models 2021-09-20 01:28:26 +02:00
IInteractionBase.cs Pass interaction data into all InteractionBase hooks 2021-11-02 21:57:01 +01:00
IInteractionCommandManager.cs Creat initial interaction command framework 2021-09-20 01:31:24 +02:00
InteractionBase.cs Add helper classes to simplify embed creation for interactions 2021-11-06 16:17:22 +01:00
InteractionCommandManager.cs Fail if a user tries to execute a non-existing command, instead of letting them know that the command doesn't exist 2021-11-05 17:46:08 +01:00