plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Discord Slayer Notifications

Open ngageIBI opened this issue 2 years ago • 4 comments

This plugin will send Slayer Task info to a Discord Webhook to keep others informed of your progress or just to keep track of what you've done.

ngageIBI avatar Aug 31 '22 23:08 ngageIBI

New plugin discord-slayer-notifications: https://github.com/ngageIBI/Discord-Slayer-Notifications/tree/fc733d20d0ffb865b336d29b5f11e83720a602de

Don't open new PRs, just update this one

Enriath avatar Aug 31 '22 23:08 Enriath

SlayerDiscordWebhookBody needs to provide proper attribution to the source repository you got it from by copying the entire license into the file e.g.

/*
BSD 2-Clause License

Copyright (c) 2021, Adam Tremonte
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

@Data
class SlayerDiscordWebhookBody
{
  // ...
}

LlemonDuck avatar Sep 06 '22 07:09 LlemonDuck

I would rather this get added to an existing Discord plugin.

raiyni avatar Sep 06 '22 12:09 raiyni