fix help info

This commit is contained in:
rhearmas 2020-01-08 21:09:23 -05:00
parent ac5c96e39e
commit 5b8062d1e8
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ exports.help = {
category: "Utility",
description: "Set the slowmode for a channel. If no arguments are provided, this command will disable it.",
emoji: "sparkle",
usage: "slowmode [time:0]"
usage: "slowmode <time>"
};