You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`twitter-feeds[x].name`|`string`| Name of the event | no ||
1593
-
|`twitter-feeds[x].twitter-id`|`string`| User ID | yes | Visit [Find Twitter ID](https://tools.codeofaninja.com/find-twitter-id)|
1594
-
|`twitter-feeds[x].exclude-retweets`|`boolean`| Exclude retweets | no |`true` or `false`|
1595
-
|`twitter-feeds[x].exclude-replies`|`boolean`| Exclude replies | no |`true` or `false`|
1596
-
|`twitter-feeds[x].payload`|`object`| Message content to send for each Twitter feed update | no |`BaseMessageOptions` in [discord.js Documentation](https://discord.js.org/#/docs/main/stable/typedef/BaseMessageOptions). Variables include `%TWEET_LINK%`|
1597
-
|`twitter-feeds[x].channel`|`object`|| yes ||
1598
-
|`twitter-feeds[x].channel.description`|`string`| Description of the channel used to send message content | no ||
1599
-
|`twitter-feeds[x].channel.channel-id`|`string`| Channel used to send message content | yes | Discord channel ID |
|`twitter-feeds[x].name`|`string`| Name of the event | no ||
1593
+
|`twitter-feeds[x].twitter-id`|`string`| User ID | yes | Visit [Find Twitter ID](https://tools.codeofaninja.com/find-twitter-id)|
1594
+
|`twitter-feeds[x].exclude-retweets`|`boolean`| Exclude retweets | no |`true` or `false`|
1595
+
|`twitter-feeds[x].exclude-replies`|`boolean`| Exclude replies | no |`true` or `false`|
1596
+
|`twitter-feeds[x].payload`|`object`| Message content to send for each Twitter feed update | no |`BaseMessageOptions` in [discord.js Documentation](https://discord.js.org/#/docs/main/stable/typedef/BaseMessageOptions). Variables include `%TWEET_TEXT%` and `%TWEET_LINK%`|
1597
+
|`twitter-feeds[x].channel`|`object`|| yes ||
1598
+
|`twitter-feeds[x].channel.description`|`string`| Description of the channel used to send message content | no ||
1599
+
|`twitter-feeds[x].channel.channel-id`|`string`| Channel used to send message content | yes | Discord channel ID |
1600
1600
1601
1601
```json
1602
1602
{
@@ -1607,7 +1607,7 @@ __NOTE:__ To ensure feed availability even when the user protects their tweets,
0 commit comments