1
0
Fork 0

Fix showing wrong user from log

Signed-off-by: loicbersier <loic.bersier1@gmail.com>
akairo
loicbersier 4 years ago
parent b21c3ea86b
commit 4cdbc5298f

@ -15,7 +15,7 @@ class channelUpdateListener extends Listener {
if (logStats) {
const fetchedLogs = await newChannel.guild.fetchAuditLogs({
limit: 1,
type: 'CHANNEL_CREATE',
type: 'CHANNEL_UPDATE',
});
const updateLog = fetchedLogs.entries.first();
@ -54,4 +54,4 @@ class channelUpdateListener extends Listener {
}
}
}
module.exports = channelUpdateListener;
module.exports = channelUpdateListener;

Loading…
Cancel
Save