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

Fix Issue CSSUoB#154 (Archive Single Channel) #178

Closed
wants to merge 6 commits into from

Commits on Apr 14, 2024

  1. Fix Issue CSSUoB#166

    Moved invite URL generation to global function within utils/generate_invite_url.py.
    Deleted utils/__main__.py and utils/base_utility_function.py.
    Removed main() from utils/init.py.
    Moved call to generate_invite_url() to startup.py.
        - If main guild not set, invite URL will be outputted and bot will be shutdown.
        - If main guild is set, invite URL will only be outputted if CONSOLE_LOG_LEVEL in environment variable set to DEBUG.
    I had to modify tests for generate_invite_url() in test/tests_util.py reflect new behavior as it no longer takes in command line arguments.
        - You may need to modify it accordingly to remove irrelevant test cases and adjust to new behavior.
    edwinchan129 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c575afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34844c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cffc9a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 24, 2024

  1. Fix Issue CSSUoB#154

    - Modify autocomplete to only display channels
    - Modify archive to change permission for one channel
    - Modify archive to add archive- before channel.name to mark it as archived
    edwinchan129 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c835dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e61f32b View commit details
    Browse the repository at this point in the history