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: ihasTaco/ServerQuery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ihasTaco/ServerQuery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 2, 2023

  1. Merge pull request #10 from ihasTaco/main

    Added a temporary notice
    ihasTaco authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7a783fa View commit details
    Browse the repository at this point in the history
  2. Fixed some issues, and added logging

    I believe I have fixed a couple of issues:
    
    * Possible Fix for [issue #9](#9)
    
    * Possible Fix for [issue #1](#1)
    
    Added a new feature
    
    * Added a logging system
    ihasTaco committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    68f88f0 View commit details
    Browse the repository at this point in the history
  3. Graph Changes

    I've added a fix for the graph height issue for issue #12
    
    Changed how Trend data is calculated, the trend data will now include the first days worth of data
    ihasTaco committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0ded89f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Optimization Update

    I am working on optimizing the bot so that it will run smoother and faster
    
    I've also changed a bunch of variable names, and set up ESLint to help with consistency and find errors quicker
    
    Please note, this will only process the servers.json file once and will just halt, as I havent set up the loop yet!
    ihasTaco committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    476cfb5 View commit details
    Browse the repository at this point in the history
  2. Added Looping Functionality

    Ive added looping functionality to the bot, also I've fixed an issue where the guild wasnt being initialized if the bot was added when the bot was running
    ihasTaco committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    eb81b2e View commit details
    Browse the repository at this point in the history
Loading