
AxeloteAR
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
Activity overview
Latest activity by AxeloteAR-
AxeloteAR commented,
You can detect wich user entered wich voice channel // Member Joined Voice Channel const oldChannel = tempVars('oldUser').voiceChannel const newChannel = tempVars('newUser').voiceChannel if (!old...
-
AxeloteAR commented,
You can also detect when a user moves from one voice channel to another with this code: client.on('voiceStateUpdate', (oldmember, newmember)=>{ let oldvoice = oldmember.voiceChannel; l...
-
AxeloteAR commented,
You can do It with a JavaScript code using discord.js: You can filter (Collection.filter()) all the channels in the guild (Guild.channels) to retrieve a Collection of only voice channels. Then, you...
-
AxeloteAR commented,
The current state of the quote mentioned by the developer isn't what it's requested here. We need a way of quoting one message already posted, like whatsapp.