Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 370 Bytes

discord.md

File metadata and controls

20 lines (16 loc) · 370 Bytes

Discord Bulk Delivery Method

Send a Discord message to builk notify users in a channel.

We recommend using Discohook to design your messages.

Usage

class CommentNotification
  bulk_deliver_by :discord do |config|
    config.url = "https://discord.com..."
    config.json = -> {
      {
        # ...
      }
    }
  end
end