/* try { require.resolve('@discordjs/opus'); } catch (error) { console.log( '❌ @discordjs/opus package not found, please install it with: pnpm add @discordjs/opus' ); } try { require.resolve('@discordjs/voice'); } catch (error) { console.log( '❌ @discordjs/voice package not found, please install it with: pnpm add @discordjs/voice' ); } */ // // Discord Assistant Voiced module // // This module is created to simplify the usage of Discord Assistant Voiced // It creates universal solutions for the most common use cases // // DEPENDENCIES export * from '../discord-assistant'; // SERVICES export * from './_services/dias-discord-bot.control-service';