Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR #1

Open
wants to merge 186 commits into
base: master
Choose a base branch
from
Open

Test PR #1

wants to merge 186 commits into from

Conversation

MatiasMFM2001
Copy link
Owner

Please describe the changes this PR makes and why it should be merged:

Status

  • Code changes have been tested on an instance of YAGPDB, or there are no code changes
  • I have read and followed the contribution guide
  • I have written documentation for my changes, or there is no need to

DaviiiD1337 and others added 30 commits March 13, 2021 14:44
* The very first iteration of my bookmark CC.
* Improved counting

* Added usage for the resetcount command.

* Removed addReactions and fixed a small error

* Leading zeros aren't allowed

* Added optional commandoverride message
* Improved counting

* Added usage for the resetcount command.

* Removed addReactions and fixed a small error

* Leading zeros aren't allowed

* Added optional commandoverride message

* Fix for when QOTD message was deleted

* Fix for mixed branches
* Update afk.go.tmpl

Donesto
yagpdb-cc#135 now implemented (also a new msg if no reason is setted)

* Update afk.go.tmpl

Updated, Blame them.

* Update afk.go.tmpl

* Update afk/afk.go.tmpl

Co-authored-by: Luca Z. <[email protected]>

Co-authored-by: Luca Z. <[email protected]>
* feat(moderation): report system

* Add cancelReport.gotmpl
* Add customReport.gotmpl
* Add reactionHandler.gotmpl
* Add README.md

* refactor(moderation): change file extension
* Create Wheel of Fortune.go.tmpl

* Wheel of Fortune.go.tmpl

A wheel of fortune game.

* Wheel of Fortune.go.tmpl

Fixed the license text stuff.
If there's anything else let me know.
* fix(reports): hotfix invalid dict call

fixes yagpdb-cc#173
I am an idiot.

* fix(reports): invalid dict call line 98
* Create EmoteFilter.go.tmpl

necessary information should be in the about section. Feel free to provide feedback or request changes :)

* Update EmoteFilter.go.tmpl

* Update EmoteFilter.go.tmpl

all requested changes made other than changing sdict to dict. Confirmed all function still working as intended
-added $maxAge user variable to allow for age limit to be set for stars added to messages
-added delete feature for messages on starboard if originating message falls below the star threshold
forgot to include removing the DB data on the deleted messages. Tell me how wrong this is please ~~at least it works~~
* feat(json): initial commit

JSON Converter CC with the following features:
- `0` substitute for channel ID as the triggering channel (e.g. `-json 0 1234567891011121314`)
- optional `-j` format flag
- optional `-f` file flag
- auto-trigger of format flag for JSON outputs that are too large (to prevent crashes)

Official `README.md` may be pushed later but for now this will do.

* feat(ghostping): initial commit

Simple ghostping CC, pretty self-explanatory.

* feat(ghostping): v2 initial commit

A more styled and customisable ghostping CC (v2).

* Update ghostping-v1.go.tmpl

* Update ghostping-v2.go.tmpl

* Update json.go.tmpl
* Add files via upload

* Create README.md

* update formatting

* remove lockdown command not in YAGPDB

* update About
* Add files via upload

* Create README.md

* update formatting

* remove lockdown command not in YAGPDB

* update About

* update About

* moved to Moderation

* moved from util

* Add files via upload

* update About
* Create nickname-moderation.go.tmpl

* Rename nickname-moderation.go.tmpl to NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl

* Update NicknameModeration.go.tmpl
* Update starboard.go.tmpl

add anti-star functions to remove posts based on specified emote reaction count. Functions similar to upvote/downvote system with customizable threshold

* Update fun/starboard.go.tmpl

Co-authored-by: Luca Z. <[email protected]>

Co-authored-by: Luca Z. <[email protected]>
didn't move a change over, sorry
Fixing some typo's and wording in the first sentence 💯
spokrr and others added 30 commits December 30, 2021 15:12
)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.25...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…agpdb-cc#251)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
With this patch, the commonly reported short-write issues are
being mitigated and should no longer occur.
As reported by the original author, it has been tested over several
months and works flawlessly since then.
Previously, the custom command ID to execute was hardcoded, which is in
this context however wrong -- instead, this custom command should call
itself, which is achieved by using `.CCID` instead.

As it seems, this was already done further down, however missed on this
specific line.
…agpdb-cc#255)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#258)

The current implementation of `getChannel` may throw an error, which is
generally undesirable. This commit audits the usage of said function
and, depending on case, opts to use `.Guild.GetChannel` or
`getChannelOrThread`.

In cases where an actual, solid channel is needed, `.Guild.GetChannel`
is to be used, otherwise `getChannelOrThread`.

Closes yagpdb-cc#237
…c#257)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The currently linked URL to YAGPDB's source code is outdated and might stop working at
any time. This commit updates the website to link to the "new" repository hosted under
botlabs-gg.

Furthermore, the introduction is modified as such that the embed generated by hotlinking
the website is properly formatted. Before this commit, the embed's description read as
follows:

    A curated collection of over custom commands for the YAGPDB Discord Bot to enhance
    your server. It is:

With this commit, the description now reads as such:

    A curated collection of over 60 custom commands for the YAGPDB Discord Bot to enhance
    your server.
Hi! I was adding that CC to my server, until I've read [docs for `$yearOptional`](https://yagpdb-cc.github.io/birthday/overview#list-of-configurable-values). English is not my native language, so I didn't originally understand this:
> [...] should a member not give a year upon configuring their birthday.

So, this PR gives an easier to understand phrase, at least for me
…#262)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cc#260)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…c#259)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.