fixes/added lastDisconnectedDate, combat-log-timer desc too long.

This commit is contained in:
IrPgFKS0 committed 2023-09-10 13:11:51 -07:00
1 parent afdec2395c
commit b2d390baac
5 files changed
+13 -12

No files matched your search

+1 -1
View File
@@ -319,7 +319,7 @@ module.exports = {
}]
}, {
name: "combat-log-timer",
description: "Set the number of minutes to elapse for a player to not combat log. (Set to 0 to disbable combat logging detection)",
description: "Adjust log timeout for combat prevention. (0 disables combat log)",
value: "combat-log-timer",
type: CommandOptions.SubCommand,
options: [{
+1 -1
View File
@@ -30,7 +30,7 @@ module.exports = {
{ name: 'Latency', value: `${end - start}ms`, inline: true },
{ name: 'Uptime', value: `${client.secondsToDhms(process.uptime().toFixed(2))}`, inline: true },
{ name: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true },
{ name: 'Discord Version', value: 'Discord.js ^14.8.0', inline: true },
{ name: 'Discord Version', value: 'Discord.js v14.8.0', inline: true },
)
return interaction.send({ embeds: [stats] })