Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunteroi/discord-logger
A manager that lets you register several modules to events in one go. Built with DiscordJS
https://github.com/hunteroi/discord-logger
Last synced: 3 months ago
JSON representation
A manager that lets you register several modules to events in one go. Built with DiscordJS
- Host: GitHub
- URL: https://github.com/hunteroi/discord-logger
- Owner: HunteRoi
- License: mit
- Created: 2022-01-05T20:29:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T02:52:37.000Z (7 months ago)
- Last Synced: 2024-10-06T05:31:02.182Z (3 months ago)
- Language: TypeScript
- Homepage: https://hunteroi.github.io/discord-logger
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# discord-logger
A manager that lets you register several modules to events in one go. Built with DiscordJS
![IMAGE](https://raw.githubusercontent.com/HunteRoi/discord-logger/master/assets/example.gif)
See [./examples/index.js](https://github.com/hunteroi/discord-logger/tree/master/examples/index.js).
## Installation
```sh
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](#mandatory-intents) to listen to events and [partials](#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.
1. Fork the Project
2. Create your Branch: `git checkout -b patch/YourAmazingWork`
3. Commit your Changes: `git commit -m 'Add some amazing work'`
4. Push to the Branch: `git push origin patch/YourAmazingWork`
5. Open a Pull Request