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

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    f19e7df View commit details
    Browse the repository at this point in the history
  2. feat(util): bookmark (yagpdb-cc#169)

    * The very first iteration of my bookmark CC.
    l-zeuch authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    096ab3e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. feat(counting): new counting system (yagpdb-cc#165)

    * Improved counting
    
    * Added usage for the resetcount command.
    
    * Removed addReactions and fixed a small error
    
    * Leading zeros aren't allowed
    
    * Added optional commandoverride message
    SpecialEliteSNP authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    31b0177 View commit details
    Browse the repository at this point in the history
  2. fix(qotd): check if message exists (yagpdb-cc#171)

    * 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
    SpecialEliteSNP authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c599943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23cd47e View commit details
    Browse the repository at this point in the history
  4. refactor(afk): better display for afk reasons (yagpdb-cc#150)

    * 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]>
    DaviiD1337 and l-zeuch authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a671b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. feat(moderation): report system (yagpdb-cc#172)

    * feat(moderation): report system
    
    * Add cancelReport.gotmpl
    * Add customReport.gotmpl
    * Add reactionHandler.gotmpl
    * Add README.md
    
    * refactor(moderation): change file extension
    l-zeuch authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    9d1c723 View commit details
    Browse the repository at this point in the history
  2. feat(fun): wheel of fortunte (yagpdb-cc#170)

    * 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.
    Hyakki999 authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    451b016 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    85fe97d View commit details
    Browse the repository at this point in the history
  2. fix(reports): hotfix invalid dict call (yagpdb-cc#174)

    * fix(reports): hotfix invalid dict call
    
    fixes yagpdb-cc#173
    I am an idiot.
    
    * fix(reports): invalid dict call line 98
    l-zeuch authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    fb88624 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. feat(moderation): add emoji filter (yagpdb-cc#175)

    * 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
    dvoraknt authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d985852 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    8c591b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. feat(starboard): max message age

    -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
    dvoraknt authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    075d26e View commit details
    Browse the repository at this point in the history
  2. fix(starboard): remove DB entry for deleted message

    forgot to include removing the DB data on the deleted messages. Tell me how wrong this is please ~~at least it works~~
    dvoraknt authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6146d3e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. fix(giveaway - compressed) : Fix Invalid Channel Error due to discord…

    … disallowing blank embeds
    Satty9361 authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    9ccb6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096b51c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6761439 View commit details
    Browse the repository at this point in the history
  4. fix(giveaway compressed): Bug in Issue yagpdb-cc#133

    This should solve yagpdb-cc#133 .
    Satty9361 authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    7c6478b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Small Util Update (yagpdb-cc#180)

    * 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
    devnote-dev authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    943e796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eedd33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907fc15 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    DaviiD1337 authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1c5f112 View commit details
    Browse the repository at this point in the history
  5. feat(util): raid guard system

    * Add files via upload
    
    * Create README.md
    
    * update formatting
    
    * remove lockdown command not in YAGPDB
    
    * update About
    Engineer152 authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0c0cd58 View commit details
    Browse the repository at this point in the history
  6. feat(moderation): raid guard

    * 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
    Engineer152 authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    34ebc74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cf4007 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61fe290 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. feat(moderation): nickname moderation tool

    * 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
    2x2master1 authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dad9836 View commit details
    Browse the repository at this point in the history
  2. feat(starboard): anti-star emote

    * 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]>
    dvoraknt and l-zeuch authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    67f4be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. fix(starboard): add missing checks

    didn't move a change over, sorry
    dvoraknt authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8b17888 View commit details
    Browse the repository at this point in the history
  2. chore(suggestion): fix typos and wording

    Fixing some typo's and wording in the first sentence 💯
    zahti authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    bd0028e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. refactor(afk, suggestions): rework documentation

    * chore(afk): change regex trigger
    
    afk.go.tmpl:
        * Change the .* to \A although only marginally faster, it still
          may be a good idea, as it is less resource intense; There's no need to
          create unnecessary lag, every bit counts.
    
    * refactor(afk): use more inclusive language, add author
    
    * chore(afk): rewrite documentation
    
    This is the first commit towards the documentation rewrite.
    See yagpdb-cc#186 for an overview.
    
    * refactor(suggestions): Rework documentation
    
    * refactor(suggestions): update leading comment
    
    * refactor(suggestions, afk): implement suggested changes
    
    * refactor(suggestions, afk): add the missing changes
    l-zeuch authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    083dfaf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update bigemoji.go.tmpl (yagpdb-cc#192)

    Merged .-. woof
    Spongerooski authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    6bc15db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23231e9 View commit details
    Browse the repository at this point in the history
  3. feat(fun): starboard v2

    * Create readme.md
    
    * Create starboard.go.tmpl
    
    mass changes to both structure and function
    
    * Create starboardListener.go.tmpl
    
    entire new command to fit starboard react functions and star tracking across posts
    
    * Update readme.md
    
    * Update starboard.go.tmpl
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update readme.md
    
    * Update starboardListener.go.tmpl
    
    * Update starboardListener.go.tmpl
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboardListener.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboardListener.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboardListener.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboardListener.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update starboard.go.tmpl
    
    small changes to revise to latest code version
    
    * Update starboardListener.go.tmpl
    
    small changes to revise to latest code version
    
    * Update fun/starboard v2/starboardListener.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboard.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboard.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboard.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboard.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/starboard.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update fun/starboard v2/readme.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    Co-authored-by: Luca Z. <[email protected]>
    dvoraknt and l-zeuch authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    54e1626 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. refactor(docs): rework birthday documentation

    Co-authored-by: jo3-l <[email protected]>
    Co-authored-by: Pedro-Pessoa <[email protected]>
    3 people authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    4606bb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. refactor(starboard): cleanup database

    Once hitting the limit, start deleting old data.
    dvoraknt authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1dbb9c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    4865595 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. docs(starboard): Troubleshooting section

    * Fix grammar and spelling
    * Add troubleshooting section for issues seen in the support channels
    dvoraknt authored May 3, 2021
    Configuration menu
    Copy the full SHA
    6bb25fd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fix(starboard): add db trimming for msgs (yagpdb-cc#198)

    * Update starboard.go.tmpl
    
    small regex change to correct DB removal oversight
    
    * Update starboardListener.go.tmpl
    
    - add DB trimming for 0 "starboardMessages" at 90k characters, trim approx 10k
    - correct DB trim regex for standard removal (same as main starboard CC)
    
    * Update readme.md
    
    * Update starboardListener.go.tmpl
    
    * Update readme.md
    
    * Update readme.md
    dvoraknt authored May 5, 2021
    Configuration menu
    Copy the full SHA
    2d2d82c View commit details
    Browse the repository at this point in the history
  2. feat(emote-filter): send dms when user near limit

    * Update EmoteFilter.go.tmpl
    
    add DM warning and associated variable for when user approaches the emote ban limit
    
    * Update EmoteFilter.go.tmpl
    dvoraknt authored May 5, 2021
    Configuration menu
    Copy the full SHA
    9fd023f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. add troubleshoot information to readme (yagpdb-cc#200)

    * Update readme.md
    
    * Update readme.md
    dvoraknt authored May 9, 2021
    Configuration menu
    Copy the full SHA
    9a30b9a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. chore(emojify): update trigger regex

    mimick the native commands structure
    EsenDR authored May 25, 2021
    Configuration menu
    Copy the full SHA
    3dba4fc View commit details
    Browse the repository at this point in the history
  2. Add new bigEmoji-v2.go.tmpl CC (yagpdb-cc#203)

    * Create bigEmoji-v2.go.tmpl
    
    * Update bigEmoji-v2.go.tmpl
    
    * Update bigEmoji-v2.go.tmpl
    
    removed the meme :(
    dvoraknt authored May 25, 2021
    Configuration menu
    Copy the full SHA
    2752cd8 View commit details
    Browse the repository at this point in the history
  3. feat(docs): initial commits for the website

    Initial work on the website, such as adding commands, basic explanation to the overall structure, what to keep in mind with systems of commands, etc.
    Co-authored-by: Joe L. <[email protected]>
    Co-authored-by: Luca Z. <[email protected]>
    EsenDR authored May 25, 2021
    Configuration menu
    Copy the full SHA
    ed49899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2269f6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. [feat] add staffOnDuty.go.tmpl (yagpdb-cc#206)

    * Create staffOnDuty.go.tmpl
    
    * Update staffOnDuty.go.tmpl
    
    * Update staffOnDuty.go.tmpl
    dvoraknt authored May 29, 2021
    Configuration menu
    Copy the full SHA
    0f870a2 View commit details
    Browse the repository at this point in the history
  2. style(be, sod): update trigger

    * Update staffOnDuty.go.tmpl
    
    * Update bigEmoji-v2.go.tmpl
    EsenDR authored May 29, 2021
    Configuration menu
    Copy the full SHA
    28c1fe7 View commit details
    Browse the repository at this point in the history
  3. revert: style(be, sod): update trigger

    This reverts commit 28c1fe7.
    
    See yagpdb-cc#207 (comment).
    If nothing else, (\s+|\z)(\s+|\z) is incorrect, as it requires at least 2
    spaces or EOF.
    jo3-l committed May 29, 2021
    Configuration menu
    Copy the full SHA
    5d85b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    180f608 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. fix(deathmatch): rewrite deathmatch

    jo3-l committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    592fcdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8410c18 View commit details
    Browse the repository at this point in the history
  3. chore(snippets): remove closestTo

    Was never used much, so let's just remvoe it.
    jo3-l committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    4ca2b16 View commit details
    Browse the repository at this point in the history
  4. chore(snippets): remove standardize snippet

    We now serialize custom types properly meaning that standardizing values from database is no longer necessary.
    jo3-l committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    7822054 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60ca4bf View commit details
    Browse the repository at this point in the history
  6. style(parseFlags): fix spacing

    jo3-l committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    9b6ff45 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. feat(util): add snipe command (yagpdb-cc#214)

    * Create snipe.go.tmpl
    
    * Update snipe.go.tmpl
    z3nn13 authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    bec5091 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. feat(fun): add connect4 game (yagpdb-cc#212)

    * Create startCmd.go.tmpl
    
    * Create reactionListener.go.tmpl
    
    ReactionListener for Connect4System
    
    * Create ReadMe.md
    
    * hotfix for connect4/reactionListener.go.tmpl
    
    it wasn't working in some of the servers so reversed some changes concerning deserialization
    
    * Update reactionListener.go.tmpl
    
    - revised the logic to improve/shorten the code
    - Added more visual effects,
    - Added more comments for readability
    - Cleaned unnecessary parts
    
    * Update startCmd.go.tmpl
    
    - A few shifts here an there
    - Shortened indents
    - Some subtle visual changes
    
    * Updated Images in connect4System/readMe.md
    
    * Update reactionListener.go.tmpl
    
    - Fixed to accommodate suggestions:
    
    * Update startCmd.go.tmpl
    
    - removed conversion stuff
    
    * hotfix (reactionListener): emoji bug
    
    The code worked, but I found out that the three emojis "0️⃣,*️⃣, #️⃣" breaks the code,
    since they're all less than '7' and subtracting '1' from them results in a negative.
    Therefore, i wrote a condition to check for it as well.
    
    * Update fun/connect4System/reactionListener.go.tmpl
    
    Co-authored-by: Joe <[email protected]>
    
    * Update fun/connect4System/startCmd.go.tmpl
    
    Co-authored-by: Joe <[email protected]>
    
    * Update ReadMe.md
    
    * Update ReadMe.md
    
    Co-authored-by: Joe <[email protected]>
    z3nn13 and jo3-l authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    8fb01ff View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    6a0449b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Update website cc pages. (yagpdb-cc#215)

    * Update all ccs
    
    * Update yagpdb-cc-website/docs/birthday/birthday.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/funccs/maze.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/funccs/slotmachine.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/giveaway/basic/basicgiveaway.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/giveaway/basic_v2/basicv2giveaway.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/info/user.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/info/avatar.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/snippets/parseflags.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/suggestion/suggestion.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/leveling/rank.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/moderation/slowmode.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/suggestion/suggestion.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/utilities/cc2file.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/snippets/selectionsort.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/utilities/colorpreview.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/snippets/parseflags.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update yagpdb-cc-website/docs/utilities/edit.md
    
    Co-authored-by: Joe <[email protected]>
    
    * add connect4System
    
    Co-authored-by: Luca Z. <[email protected]>
    Co-authored-by: Joe <[email protected]>
    3 people authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    77f2ee6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. fix(docusaurus): change links

    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    e6725a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/website'

    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    202d29b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fabdf2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /yagpdb-cc-website (

    yagpdb-cc#218)
    
    Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
    - [Release notes](https://github.com/mafintosh/dns-packet/releases)
    - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
    - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: dns-packet
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    d7c705e View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump ws from 6.2.1 to 6.2.2 in /yagpdb-cc-website (yagpd…

    …b-cc#221)
    
    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.1...6.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    bd6f68e View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump prismjs from 1.23.0 to 1.24.1 in /yagpdb-cc-website (

    …yagpdb-cc#220)
    
    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.1.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.23.0...v1.24.1)
    
    ---
    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>
    dependabot[bot] authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    7fafb47 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump normalize-url in /yagpdb-cc-website (yagpdb-cc#219)

    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](https://github.com/sindresorhus/normalize-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    89051e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c57b49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bd57d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    236ffcb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03de35d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ee1736 View commit details
    Browse the repository at this point in the history
  13. ci(github): fix deploy step

    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    03f91f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7cedc44 View commit details
    Browse the repository at this point in the history
  15. feat(docusaurus): change project name in config

    An initial attempt to make the URL just 'yagpdb-cc.github.io', rather than 'yagpdb-cc-github.io/yagpdb-cc/'.
    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    b5f54fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7e0f9b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d65dd6 View commit details
    Browse the repository at this point in the history
  18. ci(github): fix commit linking

    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    26df516 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb6c450 View commit details
    Browse the repository at this point in the history
  20. chore(readme): link to website

    jo3-l committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    afec8e1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    46d6f52 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    018ccd2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    32e96b9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d3e63de View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    229b8f1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d208ec5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f18d89c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    f82583a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4108ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae6a537 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f472d58 View commit details
    Browse the repository at this point in the history
  5. feat(website): add remark-code-import plugin

    This way, we can avoid duplicating code.
    Only changed one file for testing (works great!), will be changing the other ones after the project is reorganized.
    jo3-l committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    8d014ec View commit details
    Browse the repository at this point in the history
  6. ci(github): rename workflow, use named jobs

    [skip ci]
    jo3-l committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bd8db91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c99c75f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecb4662 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    254d34e View commit details
    Browse the repository at this point in the history
  10. style(*): run prettier on codebase

    jo3-l authored and actions-user committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    d496140 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae940c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed04d13 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae15a52 View commit details
    Browse the repository at this point in the history
  14. ci(github): remove conditional for ci workflow [skip ci]

    Doesn't work as intended and we aren't going to hit the limit anyways. Just remove it.
    jo3-l committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5d8d029 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    16bd11d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    faf2529 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4511892 View commit details
    Browse the repository at this point in the history
  18. legal: fix markdown

    smh Joe that looked weird
    [skip ci]
    l-zeuch authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9a7cadc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. ci(github): add check template syntax job (yagpdb-cc#225)

    * ci(github): add check template syntax job
    
    * ci(github): bump syntax check action version
    
    * fix(starboard): resolve syntax error
    
    I thought this syntax checker action would come in useful ;)
    
    * fix(deathmatch): use placeholder numbers
    
    * fix(cmd-args): define $text as .StrippedMsg
    
    * fix(ordinal): use placeholder value for $int
    
    * fix(snowflake2time): use placeholder value for $snowflake
    jo3-l authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    cf82304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac835b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    265dfe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c5dd2 View commit details
    Browse the repository at this point in the history
  5. feat(tag): backport mod roles feature

    This was added on the refactor/reorganize-files branch and fixes a long-standing issue regarding non-mods being able to manage tags. Backport it.
    jo3-l committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bbf02fd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. refactor(*): cleanup repo 🧹 (yagpdb-cc#227)

    * refactor(*): cleanup repo 🧹
    
    * Update src/code_snippets/ordinal.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update src/utilities/ghostping_v2.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * suggestions from code review
    
    * no more crud
    
    * use * for ci syntax check glob, not **
    
    * add newlines to end of files
    
    * fix script
    
    * lesss goooo
    
    * set license in package.json
    
    please shut up now, yarn
    
    * update afk docs
    
    * add newline in random_color
    
    * fix add newline script
    
    * link website in cc code comment
    
    * finish website
    
    * update readme
    
    * rewrite contrib guide
    
    * fix funky license format
    
    luca was right :(
    
    * script to fix sidebar positions
    
    * fix wording in readme
    
    * Update README.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update src/fun/tte.go.tmpl
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update website/docs/adding-ccs.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Luca Z. <[email protected]>
    
    * automatically generate sidebar
    
    Co-authored-by: Luca Z. <[email protected]>
    jo3-l and l-zeuch authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5914c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb0d73 View commit details
    Browse the repository at this point in the history
  3. ci(github): refactor workflows

    jo3-l committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f1d1689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccbff4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b76c44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57a78e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dfba98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    153c408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5248b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dde953 View commit details
    Browse the repository at this point in the history
  4. feat(website): support search

    Might apply for Algolia DocSearch later on, but this will do for now.
    jo3-l committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3716fd4 View commit details
    Browse the repository at this point in the history
  5. attributes: exclude prettier-conf from language stats

    For now, we tag it as documentation, as better alternatives are N/A.
    l-zeuch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    dcdf55e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bdc01e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. style(*): use tabs instead of spaces

    Sorry space-lovers, tabs just display a lot nicer on the website :(
    jo3-l committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    97ca745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d185525 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    35f3f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. fix(website): remove search

    Unfortunately, the search plugin we're using appears to be broken w/ trailingSlash set to false. Just ditch it for now.
    jo3-l committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0e5be76 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Updated 'moderation/raid_guard/join_trigger' Important bugfix

    .User will create issues there with dbGet so i .ID'd it. 
    To whoever accepted this code before without testing it... pls test it next time :)
    Black Wolf authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    7d2b110 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. chore(overview): clarify code snippets licensing

    This is totally my fault here - neglected to contact the other writers of code snippets before changing the license. This commit clarifies that the Unlicense should only apply to snippets I (jo3-l) have written. If you've written a code snippet in the past and want it to be under the Unlicense, please contact me.
    jo3-l committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    2f8d18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e24fb5 View commit details
    Browse the repository at this point in the history
  3. chore(code-snippets): explicitly mention unlicense

    ...when applicable.
    jo3-l committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a33c13c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. fix(birthday): resolve various errors (yagpdb-cc#233)

    Fixed the error for .Cmd not being string type in line 14 and line 125 which was causing error for not having something to join strings.
    Hyakki999 authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    841bad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dee546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5e945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4336a0e View commit details
    Browse the repository at this point in the history
  5. moderation: fix data serialisation

    The recent update regarding database entry deserialisation
    messed with the data conversion of this admittedly rather
    old code.
    
    This commit fixes this issue, reported by Domwell#3969 on
    the Discord server.
    l-zeuch committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    eedc825 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c727671 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Style/website docs and learn link (yagpdb-cc#234)

    * website: add docs + learning center to footer
    
    Add the documentation and learning center to the docs section
    on the footer.
    
    Reword the labels under the community section in the footer.
    
    * style(*): run prettier on codebase
    
    * Update website/docusaurus.config.js
    
    Co-authored-by: Joe L. <[email protected]>
    
    Co-authored-by: l-zeuch <[email protected]>
    Co-authored-by: Joe L. <[email protected]>
    3 people authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    db8ea48 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. chore(repo): use issue forms, feat(website): link to subreddit (yagpd…

    …b-cc#235)
    
    * github: use forms instead of issue templates
    
    * website: also link the subreddit
    
    * style(*): run prettier on codebase
    
    * Update .github/ISSUE_TEMPLATE/feature_request.yml
    
    Co-authored-by: Joe L. <[email protected]>
    
    Co-authored-by: l-zeuch <[email protected]>
    Co-authored-by: Joe L. <[email protected]>
    3 people authored Aug 15, 2021
    Configuration menu
    Copy the full SHA
    aab6ffa View commit details
    Browse the repository at this point in the history
  2. revert: chore(repo): use issue forms, feat(website): link to subreddit (

    yagpdb-cc#235)
    
    This reverts commit aab6ffa.
    
    Unfortunately, GitHub doesn't like our issue forms for some reason (?)
    and is throwing a server error on creating new issues/attempting to view
    said issue forms. Revert it for now; we can revisit it later.
    jo3-l committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    00f3967 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. revert: revert: chore(repo): use issue forms, feat(website): link to …

    …subreddit (yagpdb-cc#235)
    
    This reverts commit 00f3967.
    
    Let's give this another go.
    jo3-l committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    df5decc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0870a View commit details
    Browse the repository at this point in the history
  3. style(*): run prettier on codebase

    l-zeuch authored and actions-user committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1558dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb007fb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    0dd2e42 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. fix(leveling): hotfix for threads

    This should probably use getChannelOrThread, when that makes its way into a deploy.
    jo3-l committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    a7d52dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df0ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Updated server.go.tmpl '.Guild.EmbedEnabled' to '.Guild.WidgetEnabled'

    This changed when jonas updated to v9
    Black Wolf authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    bbc7cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. chore(website): bump deps

    jo3-l committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    d3a0ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029b008 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    c0841de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14a9ee View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    8f767e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. chore(deps): bump algoliasearch-helper from 3.5.5 to 3.6.2 in /website (

    yagpdb-cc#242)
    
    Bumps [algoliasearch-helper](https://github.com/algolia/algoliasearch-helper-js) from 3.5.5 to 3.6.2.
    - [Release notes](https://github.com/algolia/algoliasearch-helper-js/releases)
    - [Changelog](https://github.com/algolia/algoliasearch-helper-js/blob/develop/CHANGELOG)
    - [Commits](algolia/algoliasearch-helper-js@3.5.5...3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: algoliasearch-helper
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    bc786dc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    a2e9fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc135d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    6265402 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    d5c4b63 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    5bb4ae9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    abcee64 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /website (yagpdb-cc#250

    )
    
    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>
    dependabot[bot] authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    f4830ba View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump nanoid from 3.1.25 to 3.2.0 in /website (yagpdb-cc#254

    )
    
    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>
    dependabot[bot] authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    68f5460 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump follow-redirects from 1.14.4 to 1.14.7 in /website (y…

    …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>
    dependabot[bot] authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    ab05404 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. fun/starboard: improve data eviction

    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.
    l-zeuch committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cc26104 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. moderation/staff-on-duty: fix execCC ID

    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.
    l-zeuch committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    5e216ea View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /website (y…

    …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>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    059e519 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. leveling/moderation/utils/website: review getChannel usage (yagpdb-cc…

    …#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
    l-zeuch authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    78981cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d67d1d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump url-parse from 1.5.3 to 1.5.7 in /website (yagpdb-c…

    …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>
    dependabot[bot] authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    cbd548d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. website: fix embed slug, update source repo URL

    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.
    l-zeuch committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5905eca View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. docs(birthday/overview): Edit a phrase (yagpdb-cc#264)

    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
    MatiasMFM2001 authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    aacfe15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b762e4c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump minimist from 1.2.5 to 1.2.6 in /website (yagpdb-cc…

    …#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>
    dependabot[bot] authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3788236 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump url-parse from 1.5.7 to 1.5.10 in /website (yagpdb-…

    …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>
    dependabot[bot] authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4ce3eee View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /website (yagpdb-c…

    …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>
    dependabot[bot] authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    9b32343 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. chore(deps): bump async from 2.6.3 to 2.6.4 in /website (yagpdb-cc#267)

    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>
    dependabot[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    77b977f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Test

    MatiasMFM2001 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    bfd50c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a7d96 View commit details
    Browse the repository at this point in the history
  3. Untest

    MatiasMFM2001 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    053ba03 View commit details
    Browse the repository at this point in the history
  4. Fix that

    MatiasMFM2001 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a446716 View commit details
    Browse the repository at this point in the history
  5. Fix that x2

    MatiasMFM2001 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b9cf8aa View commit details
    Browse the repository at this point in the history
  6. Fix that x3

    MatiasMFM2001 authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ff5c9b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Now It's fixed

    MatiasMFM2001 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    be02c38 View commit details
    Browse the repository at this point in the history
  2. Now?

    MatiasMFM2001 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3c6b320 View commit details
    Browse the repository at this point in the history
  3. I hope

    MatiasMFM2001 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d18035a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdcb462 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    dc77eee View commit details
    Browse the repository at this point in the history