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