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

✨ Add input/output stream support #42

Merged
merged 5 commits into from
Feb 21, 2024
Merged

✨ Add input/output stream support #42

merged 5 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. 🧑‍💻 Add file support to the Message component

    🎨 Add missing `bot` property
    🎨 Improve usage of the `bot` property
    Log1x committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d784dff View commit details
    Browse the repository at this point in the history
  2. 🧑‍💻 Add a shutdown() method to the HTTP server

    🎨 Add missing `bot` property
    Log1x committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c093fa View commit details
    Browse the repository at this point in the history
  3. ✨ Add input/output stream support (Fixes #41)

    ✨ Add generic input stream commands `stop`, `restart`, `invite`, `commands`, and `?`
    🧑‍💻 Create methods to shutdown and restart Laracord
    🧑‍💻 Add support for forcefully displaying the invite link
    🧑‍💻 Add registered route count to the boot status
    🩹 Fix the `httpServer` property return type
    🧑‍💻 Add a `httpServer()` getter method
    🎨 Minor code improvements
    Log1x committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5db1d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41756a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fac63f View commit details
    Browse the repository at this point in the history