Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NetroSoftware/TheCodingBot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5
Choose a base ref
...
head repository: NetroSoftware/TheCodingBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6_old
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 102 files changed
  • 1 contributor

Commits on Jul 10, 2022

  1. Unexpected

    Version 6 is a-coming!\nYes, that is a sharding manager.
    Aisuruneko committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ef8a2e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update 1

    - Testing out new language handler (can't fetch real userdata yet, so it just throws the command in from randomly loaded language)
    - Send full config.js example.
    - Add guildUnavailable & rateLimit events.
    - Changed a few things around in ready event to not spam if not in debug mode.
    - Switched app version from Beta to Alpha like its supposed to be.
    - Bot process won't die on random errors and will logout if you ctrl-c, etc.
    - Debug mode added like v5.
    - You can 'npm start' (production) and 'npm start true' (debug) like v5.
    Aisuruneko committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1dc88dd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. v6 Alpha Update 2

    - Put commands into categories like v5.
     - Added 2 functions from TCBv5 (getFiles & splitMulti).
     - Added cuddle, hug, kiss, nom, and pat commands.
     - Correct 'generic' spelling.
     - Addedd a interactions handler (mostly for commands, like getting an image from the API).
     - Generic bug fixes and optimizations.
    Aisuruneko committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ab1bb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. v6 Alpha Update 3

    weeeee - are we there yet?
     - Put events into categories like commands are.
     - Remove unused rateLimit event.
     - discord.js v14 is out! (updated packages)
     - Added database handler
     - Update README
     - Minor fixes to commands
     - Fix 'debug' event issue where the name was 'ready' for whatever reason. I wasn't ready for that.
     - General bug fixes and optimizations.
    Aisuruneko committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f32b1bc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. v6 Alpha Update 3.1

    Not to be confused with Windows 3.1
     - Language now reads from Database (you need to manually add to the database for now)
     - General bug fixes and stuff
     - Add source command
     - Added temporary message in messageCreate that triggers on prefix to alert users of moving to slash commands.
     - Updated translations.
     - Permission checking exists.
     - And because of the permission checking, eval now safely exists.
     - Added analytics for command execution & command error counts.
     - Close the database on exit, please and thanks.
    Aisuruneko committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5ccc626 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. v6 Update 3.2

    So, we're adding onto 3.1 as we haven't accomplished anything big enough yet. Why did I say 'we' when it's just me?? I have no idea.
     - Weeee! New databases! Logging and serverSettings now exist.
     - Completed channelCreate & channelDelete.
     - Completed roleCreate & roleDelete.
     - Added ratelimit detection as it's in the REST (nearly impossible to find docs for this.....).
     - Format go brrrr.
     - New kick command - give those pesky pirates the boot!
     - Update Discord.JS v14.0.3 -> v14.2.1 (DEV)
     - Modified the README a little.
     - Updated translations.
     - Removed Herobrine.
    Aisuruneko committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e18c5f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. v6 Update v3.3

    Welcome to v6 Update 3.3. Here's what's changed:
     + New Hello Context Menu thing. (It's more of a test, but it works!)
     + 8ball command - the classic returns!
     + Slap command - hopefully for wholesome reasons, right?
     + Terms of Service and Privacy Policy placed on first user creation in DB; will update to button system soon!
     * Wholesome commands now ping outside of their embed. Don't worry, embed still exists with image :).
     * Database now relies on APPNAME, instead of TheCodingBot.
     * Speaking of the database, it also now creates users settings and analytic stuff :).
     * Updated translations.
     * Fixed minor bugs.
     * wee formatting go brr for text. send help
    Aisuruneko committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    20bd3a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. v6 Alpha Test

    Welcome to the new v6 Alpha. Here's what has happened:
    * New codebase.
    * Logger looks 100% better.
    * A lot of commands from the old v6 have been removed in this update as the codebase has changed.
    * Support for both slash AND prefix commands.
    * Ported over commands got changed.
    - For now, we're removing the language system.
    - Terms of Service & Privacy Policy reminder on first time run has been removed.
    Aisuruneko committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a744453 View commit details
    Browse the repository at this point in the history
Loading