Andrew Savage
Andrew Savage

Reputation: 3

Discord.Net - Sending command and then getting response

I have been struggling to find an answer to this question. I would like to get the response to a command and use that as a parameter - argument.

Example:

User: /say

Bot: What would you like me to say?

User: Hello, how is your day going?

Bot: Hello, how is your day going?

Any help is greatly appreciated!

Upvotes: 0

Views: 2310

Answers (1)

Knight King
Knight King

Reputation: 170

You can achieve this with Discord.Addons.Interactive

Example code

Upvotes: 2

Related Questions