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