mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Minor Fix
This commit is contained in:
@@ -29,6 +29,6 @@ module.exports = class ClearSettingCommand extends Command {
|
||||
run(msg, args) {
|
||||
const { setting } = args;
|
||||
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