summary refs log tree commit diff homepage
path: root/src/Discord.ts (follow)
Commit message (Collapse)AuthorAge
* added debug for webhook ratelimitdestruc7i0n2022-01-03
|
* Webhook updates (#78)destruc7i0n2022-01-02
| | | | | | | | | | * extracted webhook config, modernized config * updated readme to be more beginner friendly * added config for uuid api url * more readme updates Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com>
* fallback to bot message if webhook failsdestruc7i0n2021-12-29
|
* escape unicode charactersdestruc7i0n2021-12-29
| | | | closes #76
* updated to discord.js v13 (#77)destruc7i0n2021-12-24
| | | | | | | | | | | | | | | | | * updated to discord.js v13 * update loading of config * updated debug lines * rcon cleanup * more code cleanup * bump version * message about node.js requirement Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com>
* check if channel is valid on launchdestruc7i0n2021-12-04
|
* switched to mc-heads.net avatar apidestruc7i0n2021-12-03
|
* ability to specify custom avatar providerdestruc7i0n2021-12-03
| | | | closes #74
* only allow text messages to be handleddestruc7i0n2021-06-26
| | | | | * move config.json to config.example.json * update packages
* use uuids for avatar requests with webhooksdestruc7i0n2021-06-20
|
* update packagesdestruc7i0n2020-10-31
|
* Add compatibility options for minecraft versions lower than 1.7.2surepy2020-10-01
|
* Merge pull request #61 from MarshallOliver/Discord-mentions-regexdestruc7i0n2020-08-04
|\ | | | | Update regex for replaceDiscordMentions
| * Update regex for replaceDiscordMentionsMarshall Oliver2020-08-04
| |
* | Add nickname to variables objMarshall Oliver2020-08-04
|/ | | To use, add %nickname% to your MINCRAFT_TELLRAW_TEMPLATE var in config.
* Fixed user mention detectionZachery Notz2020-05-23
|
* Improved regex so that TELLRAW templates can use variables more than onceZachery Notz2020-05-23
|
* backwards compat with new optiondestruc7i0n2020-04-29
|
* Merge branch 'master' of https://github.com/destruc7i0n/shulkerdestruc7i0n2020-04-29
|\
| * Fixed tellraw components not being encoded properlyBen Landin2020-04-19
| |
* | add the ability to handle webhook messagesdestruc7i0n2020-04-29
|/
* Precedencedestruc7i0n2020-02-05
|
* Allow specification of the channel name rather than iddestruc7i0n2020-02-05
|
* Update typesdestruc7i0n2020-02-04
|
* Refactor and rebuild to TypeScriptdestruc7i0n2020-02-04