fix: JSDocs parse error

This commit is contained in:
March 7th
2022-08-03 19:47:37 +07:00
parent 288d295f8a
commit 931605ae0d
5 changed files with 7 additions and 7 deletions

View File

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