Changes of com.discord v1220

This commit is contained in:
root 2020-08-04 06:02:43 +00:00
parent a5cc97d3ed
commit 8c826440cb
1705 changed files with 48734 additions and 45161 deletions

View file

@ -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{&amp;serverName}">
<fulfillment urlTemplate="https://discord.com/query/?type=server{&amp;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{&amp;channelName,serverName}">
<fulfillment urlTemplate="https://discord.com/query/?type=channel{&amp;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{&amp;userName}">
<fulfillment urlTemplate="https://discord.com/query/?type=user{&amp;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{&amp;userName}">
<fulfillment urlTemplate="https://discord.com/query/?type=user{&amp;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">