1.0.0 • Published 4 years ago
whosbeenhere v1.0.0
Who's Been Here?
A Discord bot to keep a journal of voice channel members.
Testausserveri ry's use-case for such bot is to track present members of an association's meeting for a record. We paste the generated data to a spreadsheet, which matches an user id to a real name. The final list of participants can be included in the minutes of the meeting.
Usage
Quick and easy way to run this bot
$ DISCORD_TOKEN=**yourtoken** npx whosbeenhereYou can also put your token in an .env file, and run the npx command from the same direcotry.
The bot will create a logs/ directory and begin logging joined members to files inside it.
Development
- Clone this repository
- Install dependencies using
npm install - Configure your
.envfile using your Discord bot token - Run the app using
npm start
1.0.0
4 years ago