fixes/added lastDisconnectedDate, combat-log-timer desc too long.
This commit is contained in:
5 files changed
+13
-12
No files matched your search
+1
-1
@@ -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
@@ -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] })
|
||||
|
||||
Reference in new issue
Block a user