mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 12:23:38 +00:00
Changing big initials to messages
This commit is contained in:
@ -3,7 +3,7 @@ module.exports = function (client, msg, command) {
|
||||
const permissions = msg.channel.permissionsFor(msg.author);
|
||||
if (!radio || !radio.playing) return msg.channel.send('There is nothing playing!');
|
||||
if (msg.author.id !== client.config.devId) {
|
||||
if (msg.member.voice.channel !== radio.voiceChannel) return msg.channel.send(`you need to be in the same voice channel as RadioX to use this command!`);
|
||||
if (msg.member.voice.channel !== radio.voiceChannel) return msg.channel.send(`You need to be in the same voice channel as RadioX to use this command!`);
|
||||
if (!permissions.has(command.permission)) {
|
||||
msg.channel.send(`You need the \`${command.permission}\` permission to use this command!`);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user