mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
removed src
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
name: 'prefix',
|
||||
async execute(msg, args, client, Discord, prefix) {
|
||||
if (!args[2]) return msg.channel.send(`Current prefix: \`${client.global.db.guilds[msg.guild.id].prefix}\``);
|
||||
client.global.db.guilds[msg.guild.id].prefix = args[2];
|
||||
msg.channel.send(`<:green_check_mark:674265384777416705> New prefix set to: \`${args[2]}\``);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user