chicklightning / WokebucksBot

A bot that tracks the Wokebucks currency for my Discord server.
MIT License
0 stars 0 forks source link

Feature Request: Give/Take woke bucks from active/present users #10

Open Quillenator opened 2 years ago

Quillenator commented 2 years ago

As a user, can I give all active users (or users in chat) in the discord woke bucks.

Possibly: $givebucks N "Witnessed a woke event" @here or $takebucks N "Witnessed a non-woke event and did nothing" @here

Quillenator commented 2 years ago

https://stackoverflow.com/questions/66609540/how-to-get-a-list-of-the-users-connected-in-to-a-voice-channel-with-discord-js

message.member.voice.channel.members.each(member=>{ console.log(member.user.tag) })