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

Conversation

Log1x
Copy link
Member

@Log1x Log1x commented Feb 21, 2024

This adds basic support for input stream commands to stop, restart, and invite the bot.

Screenshot

Change log

Enhancements

  • ✨ Add input/output stream support (Fixes ✨ Add stdin support #41)
  • ✨ Add generic input stream commands stop, restart, invite, commands, and ?
  • ✨ Add file support to the Message component
  • 🧑‍💻 Create methods to shutdown and restart Laracord
  • 🧑‍💻 Add support for forcefully displaying the invite link
  • 🧑‍💻 Add registered route count to the boot status
  • 🧑‍💻 Add a httpServer() getter method
  • 🎨 Minor code improvements
  • 🧑‍💻 Add a shutdown() method to the HTTP server
  • 🎨 Add missing bot properties
  • 🎨 Improve usage of the bot property

Bug fixes

  • 🩹 Fix typo in httpServer property return type

🎨 Add missing `bot` property
🎨 Improve usage of the `bot` property
✨ 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 Log1x merged commit ae534df into main Feb 21, 2024
2 checks passed
@Log1x Log1x deleted the feat/stream branch February 21, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add stdin support
1 participant