diff --git a/bot/modules/usage.py b/bot/modules/usage.py index 301013ddf60..2d9070d25f7 100644 --- a/bot/modules/usage.py +++ b/bot/modules/usage.py @@ -19,7 +19,7 @@ def dyno_usage(update, context): app = Heroku.app(HEROKU_APP_NAME) else: sendMessage( - "Please insert your HEROKU_APP_NAME and HEROKU_API_KEY", + "Please insert your HEROKU_APP_NAME and HEROKU_API_KEY in Vars", context.bot, update )