mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
upgraded discord.js
This commit is contained in:
parent
5de35f711d
commit
b5ea866e62
3 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ export const SlowmodeGetCmd = slowmodeCmd({
|
|||
}
|
||||
|
||||
if (currentSlowmode) {
|
||||
const humanized = humanizeDuration(channel.rateLimitPerUser * 1000);
|
||||
const humanized = humanizeDuration(currentSlowmode * 1000);
|
||||
const slowmodeType = isNative ? "native" : "bot-maintained";
|
||||
msg.channel.send(`The current slowmode of <#${channel.id}> is **${humanized}** (${slowmodeType})`);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue