Skip to content

Latest commit

 

History

History
242 lines (162 loc) · 4.62 KB

Uncategorized.md

File metadata and controls

242 lines (162 loc) · 4.62 KB

Module: Uncategorized

Uncategorized commands.

Group: subscribe

Expand for additional information

Commands for adding feed subscriptions. The bot will send a message when the latest topic is changed. Group call subscribes the bot to the given RSS feed URL in given channel or lists active subscriptions for given channel. If channel is not provided, uses current channel.

Guild only.

Requires permissions: Manage guild

Aliases: sub, subscriptions, subscription

Overload 2:

  • [channel]: Channel for updates
  • [URL]: RSS feed URL
  • (optional) [string...]: Friendly name (def: None)

Overload 1:

  • [URL]: RSS feed URL
  • (optional) [channel]: Channel for updates (def: None)
  • (optional) [string...]: Friendly name (def: None)

Overload 0:

  • (optional) [channel]: Channel for updates (def: None)

Examples:

!subscribe http://some.rss.feed.url/.rss
!subscribe http://some.rss.feed.url/.rss #my-text-channel SubscriptionName
!subscribe #my-text-channel


subscribe list

Expand for additional information

Lists active subscriptions for current channel.

Guild only.

Requires permissions: Manage guild

Aliases: ls, listsubs, listfeeds

Overload 0:

  • (optional) [channel]: Channel for updates (def: None)

Examples:

!subscribe list
!subscribe list #my-text-channel


subscribe reddit

Expand for additional information

Subscribes to a given subreddit.

Guild only.

Requires permissions: Manage guild

Aliases: r

Overload 1:

  • [channel]: Channel for updates
  • [string]: Subreddit

Overload 0:

  • [string]: Subreddit
  • (optional) [channel]: Channel for updates (def: None)

Examples:

!subscribe reddit awww
!subscribe reddit awww #my-text-channel


subscribe youtube

Expand for additional information

Subscribes to a given YouTube channel.

Guild only.

Requires permissions: Manage guild

Aliases: y, yt, ytube

Overload 2:

  • [channel]: Channel for updates
  • [URL]: Channel where to send updates
  • (optional) [string...]: Friendly name (def: None)

Overload 1:

  • [URL]: Channel where to send updates
  • [channel]: Channel for updates
  • (optional) [string...]: Friendly name (def: None)

Overload 0:

  • [URL]: Channel where to send updates
  • (optional) [string...]: Friendly name (def: None)

Examples:

!subscribe youtube https://www.youtube.com/channel/UCA5u8UquvO44Jcd3wZApyDg
!subscribe youtube https://www.youtube.com/channel/UCA5u8UquvO44Jcd3wZApyDg SubscriptionName
!subscribe youtube UCA5u8UquvO44Jcd3wZApyDg #my-text-channel


Group: unsubscribe

Expand for additional information

Commands for removing feed subscriptions. Group call unsubscribes the bot from given feed by ID or friendly name.

Guild only.

Requires permissions: Manage guild

Aliases: unsub

Overload 1:

  • [int...]: ID(s)

Overload 0:

  • [string...]: Friendly name

Examples:

!unsubscribe 12345
!unsubscribe SubscriptionName


unsubscribe all

Expand for additional information

Removes all subscriptions in given channel.

Guild only.

Requires permissions: Manage guild

Aliases: a

Overload 0:

  • (optional) [channel]: Channel for updates (def: None)

Examples:

!unsubscribe all
!unsubscribe all #my-text-channel


unsubscribe reddit

Expand for additional information

Unsubscribes from a reddit sub.

Guild only.

Requires permissions: Manage guild

Aliases: r

Overload 0:

  • [string]: Subreddit

Examples:

!unsubscribe reddit awww


unsubscribe youtube

Expand for additional information

Unsubscribes from a YouTube channel.

Guild only.

Requires permissions: Manage guild

Aliases: y, yt, ytube

Overload 0:

  • [string...]: YouTube channel URL or friendly name

Examples:

!unsubscribe youtube SubscriptionName
!unsubscribe youtube https://www.youtube.com/channel/UCA5u8UquvO44Jcd3wZApyDg