diff --git a/src/util/patcher/internalMessage.js b/src/util/patcher/internalMessage.js index bd051ad3..83664cae 100644 --- a/src/util/patcher/internalMessage.js +++ b/src/util/patcher/internalMessage.js @@ -12,7 +12,7 @@ export const setThisScope = (scope) => { export const send = (content, author = 'GooseMod') => { // Get Webpack Modules const { createBotMessage } = goosemodScope.webpackModules.findByProps('createBotMessage'); - const { getChannelId } = goosemodScope.webpackModules.findByProps('getChannelId'); + const { getChannelId } = goosemodScope.webpackModules.findByProps('getChannelId', 'getVoiceChannelId'); const { receiveMessage } = goosemodScope.webpackModules.findByProps('receiveMessage', 'sendBotMessage'); const msg = createBotMessage(getChannelId(), '');