© 2026 Hedgehog Software, LLC
import { Listener } from '@sapphire/framework'; export class VoiceStateUpdateListener extends Listener { constructor(context, options) { super(context, { ...options, once: false, event: 'voiceStateUpdate' }); } async run(oldState, newState) { console.log(newState); } }
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members