diff --git a/webtoken.py b/webtoken.py index 8c65656..9da7e3a 100644 --- a/webtoken.py +++ b/webtoken.py @@ -58,7 +58,7 @@ def token_command(sender): msg(sender, "&cIMPORTANT: never share the token with anyone!") msg(sender, "&cIt could be used to claim your website account!") else: - msg(sender, "&cYou don't have a token yet! Use &e/tokengen &c.") + msg(sender, "&cYou don't have a token yet! Use &e/gettoken &c.") except Exception, e: error(e) msg(sender, "&cError getting your token, please contact an admin!")