Androz2091 / discord-logs

📝Framework that simplify the usage of advanced Discord logs
238 stars 22 forks source link

Suggestion: ChannelNameUpdate event #101

Open ghost opened 3 years ago

ghost commented 3 years ago

client.on('ChannelNameUpdate', async(oldName, NewName) => { console.log('The channel name has been updated from ' + oldName + ' to ' + newName) }

gets triggered when a channel name is changed!

ghost commented 3 years ago

ikik we can do it with ChannelUpdate but still this will be easier

NamVr commented 2 years ago

Yeah, I would like to contribute if asked.