Skip to content

Commit

Permalink
fix(vn): use unicode emoji for microphone (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpctorr committed Feb 20, 2022
1 parent eddbacb commit d1d9d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VoiceNotify/voicenotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ client.on('voiceStateUpdate', async ({ channel: oldChannel }, { channel, guild }
const rolesList = settings.roles || ''

// send message
textCh.send(`**:microphone2: A voice chat is taking place in the "${channel.name}" channel !\n${rolesList}**`)
textCh.send(`\`🎙️\` A voice chat is taking place in "**${channel.name}**"!\n${rolesList}`)
})

client.on('message', async (msg) => {
Expand Down

0 comments on commit d1d9d82

Please sign in to comment.