Skip to content

Commit

Permalink
Complete move to Palanaeum organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Jan 5, 2022
1 parent bb43a05 commit d8648a9
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 270 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
- name: Login to GHCR
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 The 17th Shard (17thshard.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# harmony

<a href="https://github.com/Palanaeum/harmony/actions?query=workflow%3ACI" title="Build workflow">
<img src="https://github.com/Palanaeum/harmony/workflows/CI/badge.svg" alt="Build Status" />
</a>
<a href="https://discord.gg/nF3gxQCkwk?utm_source=Github&utm_medium=Badge" title="Join Discord">
<img src="https://img.shields.io/discord/304777819936784385?color=%237289da&label=Join&logo=discord&logoColor=white&labelColor=%23697ec4" alt="Discord" />
</a>
<a href="https://17thshard.com" title="Forums">
<img src="https://img.shields.io/static/v1?color=%234698cb&label=&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BPHBvbHlnb24gcG9pbnRzPSI5LjQ4NzIwNDU5OTk5OTk5OCwxMS4xNTA3MjUyNDk5OTk5OTkgMjEuOTM5Mjc3ODUsMC4wMjUyNzk2IDkuMTc5NDUwODk5OTk5OTk5LDcuNTk5NjA2MSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0gMjIuMjAzNjUyLDAuNzY3NzU5MTkgOC45MDc1MzE2LDEyLjY3NDUxIDguNTk5NzgyNiw5LjEyMzQxMDkgMS43OTYzNDc4LDEzLjI5NjAxNSAyLjczMDA2MzUsMjMuOTc0NzIgMTMuNDA4OCwyMy4wNDEwMDUgWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo%3D&labelColor=%23004976&message=Forums" alt="17th Shard Forum" />
</a>
<a href="https://www.patreon.com/17thshard" title="Support on Patreon">
<img src="https://img.shields.io/static/v1?labelColor=%23F96854&label=&logo=patreon&logoColor=white&color=%23052d49&message=Support%20us" alt="Patreon" />
</a>

Harmony is the [17th Shard](https://17thshard.com)'s Discord bot for miscellaneous tasks. Its features currently are:
* Message filtering based on regex filters or simple word matches
* Automatic publishing of messages in announcement channels
* Automatic adding of certain role members to new threads in a channel
* Command for getting the raw source of a message
* Command that helps with embedding spoiler attachments on all devices (mostly obsolete with the recent mobile updates)
Loading

0 comments on commit d8648a9

Please sign in to comment.