@hunteroi/discord-logger
v1.2.0
Published
A manager that lets you register several modules to events in one go. Built with DiscordJS
Downloads
2
Maintainers
Readme
discord-logger
A manager that lets you register several modules to events in one go. Built with DiscordJS
See ./examples/index.js.
Installation
npm install --save @hunteroi/discord-logger
Prerequisites ⚠️
You must use NodeJS v16.6.0 or higher to run a bot with this library.
You also must not forget to include mandatory intents to listen to events and partials if needed.
Contribution
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Branch:
git checkout -b patch/YourAmazingWork
- Commit your Changes:
git commit -m 'Add some amazing work'
- Push to the Branch:
git push origin patch/YourAmazingWork
- Open a Pull Request