Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixilie/vocal-time-counter
How much time you lost in a discord voice channel ?
https://github.com/pixilie/vocal-time-counter
discord-bot discord-js
Last synced: 21 days ago
JSON representation
How much time you lost in a discord voice channel ?
- Host: GitHub
- URL: https://github.com/pixilie/vocal-time-counter
- Owner: Pixilie
- License: mit
- Created: 2024-04-13T10:09:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:46:38.000Z (29 days ago)
- Last Synced: 2024-12-06T23:26:46.099Z (29 days ago)
- Topics: discord-bot, discord-js
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vocal Time Counter
## Presentation
Introducing Vocal Time Counter, your trusty Discord companion for tracking your time spent in voice channels! This versatile bot keeps a close eye on your activity, meticulously logging every minute you spend engaged in voice conversations. Whether you're coordinating with friends or collaborating with colleagues, Vocal Time Counter ensures you stay informed about your Discord voice channel usage.## Informations
The bot may still have some bugs. If you have any suggestions or would like to report a bug, you can contact me through Discord (my tag is ``@pixilie``) or by email at [email protected].## How to use it ?
It's very easy, there are two different commands
- ``/time``: Statistics about you
- ``/leaderboard``: Statistics about the server
- ``/delete ``: Delete a user or without params all the users from the database and reset time calculation (Admin only)
- ``/register`` : Register the server on the databse (Admin only & mandatory)## Add it to your server
- Clone the repository
- Create the .env file
Don't forget to add a .env file at the root of the project.
The .env file should look like this:
```env
TOKEN=
CLIENT_ID=
SOURCE_TOKEN=
IS_DEV= "False" | "True"
DEV_GUILD= None |
```
- Install bun
- Run ``bun install``
- Install pm2
- Run ``pm2 start --name .`` (Inside bot directory)