AxeloteAR

  • 活動總數 11
  • 最後一個活動
  • 成員加入日期為
  • 追蹤 0 個使用者
  • 跟隨者 0 個使用者
  • 投票數 4
  • 訂閱數 3

活動概述

AxeloteAR 的最新活動
  • AxeloteAR 已評論,

    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 已評論,

    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 已評論,

    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 已評論,

    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.