feat(GuildBanManager): Add deleteMessageSeconds

#8575 Discord.js v13.11
This commit is contained in:
March 7th
2022-09-04 18:31:39 +07:00
parent 16f6cb7327
commit af2a885f2a
5 changed files with 102 additions and 8 deletions

View File

@@ -97,7 +97,9 @@ module.exports = async (client, { d: data }, shard) => {
};
client.emit(
Events.DEBUG,
`${chalk.greenBright('[OK]')} Patched ${chalk.cyanBright('VoiceConnection.prototype.configureNetworking')} [${chalk.bgMagentaBright('@discordjs/voice')} - ${chalk.redBright('v0.11.0')}]`,
`${chalk.greenBright('[OK]')} Patched ${chalk.cyanBright(
'VoiceConnection.prototype.configureNetworking',
)} [${chalk.bgMagentaBright('@discordjs/voice')} - ${chalk.redBright('v0.11.0')}]`,
);
/* eslint-enable */
}