From 60e361b1fdc0fa2f2ef739d18a9bfaa102fa45e9 Mon Sep 17 00:00:00 2001 From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com> Date: Fri, 9 Apr 2021 05:28:21 +0700 Subject: [PATCH] Oof --- bot/modules/usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )