mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Minor Fix
This commit is contained in:
@@ -29,6 +29,6 @@ module.exports = class ClearSettingCommand extends Command {
|
|||||||
run(msg, args) {
|
run(msg, args) {
|
||||||
const { setting } = args;
|
const { setting } = args;
|
||||||
msg.guild.settings.remove(setting);
|
msg.guild.settings.remove(setting);
|
||||||
return msg.say(`${setting} has been removed from your guild settings.`);
|
return msg.say(`${setting} has been removed from your server settings.`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user