Twitter Feeds

twitter add

Information

Automatically repost twitter content from a user into a channel inside your server.

Parameters

Name

Function

--retweets_off

Ignore tweet reetweets

Usage examples

//twitter add w/o parameter
twitter add #feed @handle 

//twitter update w/ parameter
twitter update #feed @handle --retweets_off

twitter message

Information

Used to edit the message that is sent to your server alongside the tweet. Supports raw text and embed code.

Parameters

NameFunction

--pingable on

Allows bleed to ping roles and @everyone. Be careful!

Usage example

// twitter message w/o parameter - raw text
,twitter message [handle] New post!

// twitter message w/ parameter - embed code
,twitter message [handle] {embed}$v{description: New post!}$v{message:@everyone} --pingable on

twitter retweets

Information

Used to determine if bleed will repost retweets from that handle or not

Usage example

// disable twitter retweets
,twitter rewteets #channel [handle] no

// enable twitter retweets
,twitter retweets #channel [handle] yes

Last updated