mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
No Sharding
This commit is contained in:
@@ -23,6 +23,6 @@ module.exports = class MemberLogCommand extends Command {
|
||||
run(message, args) {
|
||||
const { channel } = args;
|
||||
message.guild.settings.set('memberLog', channel.name);
|
||||
return message.say('Member Log channel set to `channel.name`.');
|
||||
return message.say(`Member Log channel set to ${channel.name}.`);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -23,6 +23,6 @@ module.exports = class ModChannelCommand extends Command {
|
||||
run(message, args) {
|
||||
const { channel } = args;
|
||||
message.guild.settings.set('modLog', channel.name);
|
||||
return message.say('Mod Log channel set to `channel.name`.');
|
||||
return message.say(`Mod Log channel set to ${channel.name}.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user