Changes of com.discord v1220
This commit is contained in:
parent
a5cc97d3ed
commit
8c826440cb
1705 changed files with 48734 additions and 45161 deletions
|
@ -8,27 +8,28 @@
|
|||
</action>
|
||||
<action intentName="custom.actions.intent.SELECT_SERVER" queryPatterns="@array/actions_intent_select_server">
|
||||
<parameter name="serverName" type="https://schema.org/Text" />
|
||||
<fulfillment urlTemplate="https://discord.com/query/?filter=server{&serverName}">
|
||||
<fulfillment urlTemplate="https://discord.com/query/?type=server{&serverName}">
|
||||
<parameter-mapping intentParameter="serverName" required="false" urlParameter="serverName" />
|
||||
</fulfillment>
|
||||
</action>
|
||||
<action intentName="custom.actions.intent.SELECT_CHANNEL" queryPatterns="@array/actions_intent_select_channel">
|
||||
<parameter name="channelName" type="https://schema.org/Text" />
|
||||
<parameter name="serverName" type="https://schema.org/Text" />
|
||||
<fulfillment urlTemplate="https://discord.com/query/?filter=channel{&channelName,serverName}">
|
||||
<fulfillment urlTemplate="https://discord.com/query/?type=channel{&channelName,serverName}">
|
||||
<parameter-mapping intentParameter="channelName" required="false" urlParameter="channelName" />
|
||||
<parameter-mapping intentParameter="serverName" required="false" urlParameter="serverName" />
|
||||
</fulfillment>
|
||||
</action>
|
||||
<action intentName="custom.actions.intent.SELECT_USER" queryPatterns="@array/actions_intent_select_user">
|
||||
<parameter name="userName" type="https://schema.org/Text" />
|
||||
<fulfillment urlTemplate="https://discord.com/query/?filter=user{&userName}">
|
||||
<fulfillment urlTemplate="https://discord.com/query/?type=user{&userName}">
|
||||
<parameter-mapping intentParameter="userName" required="false" urlParameter="userName" />
|
||||
</fulfillment>
|
||||
</action>
|
||||
<action intentName="actions.intent.CREATE_MESSAGE">
|
||||
<fulfillment urlTemplate="https://discord.com/query/?filter=user{&userName}">
|
||||
<fulfillment urlTemplate="https://discord.com/query/?type=user{&userName,messageText}">
|
||||
<parameter-mapping intentParameter="message.recipient.name" urlParameter="userName" />
|
||||
<parameter-mapping intentParameter="message.text" urlParameter="messageText" />
|
||||
</fulfillment>
|
||||
</action>
|
||||
<action intentName="actions.intent.OPEN_APP_FEATURE">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue