summaryrefslogtreecommitdiffstats
path: root/bridge/discord/transmitter
Commit message (Collapse)AuthorAgeFilesLines
* Switch to discordgo upstream again (#1759)Wim2022-03-122-2/+2
| | | | | * Switch to upstream discordgo again * Fix discord api changes
* Use valid transmitter Log default (discord) (#1402)Qais Patankar2021-02-151-1/+1
| | | | | | * Use valid transmitter Log default (discord) Using a logger created by `log.NewEntry(nil)` would crash. (matterbridge does not encounter this issue as it updates the Log field manually.)
* Pick up all the webhooks (discord) (#1383)Wim2021-02-011-1/+0
|
* Improve Markdown in transmitter docs (discord) (#1351)Qais Patankar2021-01-031-6/+7
|
* Remove WebhookURL support (discord)Qais Patankar2020-12-131-1/+1
|
* Add initial transmitter implementation (discord)Qais Patankar2020-12-132-0/+289
This has been tested with one webhook in one channel. Sends, edits and deletions work fine