#App commands question on how to handle them

1 messages · Page 1 of 1 (latest)

royal basalt
#

Does the new versions of discord.net have a special way to handle them like like the normal chat command and slash commands?

#

App commands question on how to handle them

placid venture
#

wdym

#

App commands = slash+context conmands
If you meant this

royal basalt
#

Like slash commands has this

placid venture
#

... and?

royal basalt
#

Is there support for some thing similar?

#

But for app commands

#

You know the right click where the apps menu is

placid venture
#

Ah lol

#

That's context commands

royal basalt
placid venture
#
[UserCommand("name")]
public async Task (IUser user)
royal basalt
#

Ah

#

I am guessing MessageCommand for the other one right?

placid venture
#
[MessageCommand("name")]
public async Task (IMessage message)
#

Yup