mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Test
This commit is contained in:
@@ -23,6 +23,8 @@ module.exports = class MemberLogCommand extends Command {
|
||||
run(message, args) {
|
||||
const { channel } = args;
|
||||
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}.`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user