From f2af59fc8673ce4a40a605caf914a6515ee8f64a Mon Sep 17 00:00:00 2001 From: iwatkot Date: Mon, 4 Nov 2024 20:30:21 +0100 Subject: [PATCH] Menu update. --- bot/bot_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot_templates.py b/bot/bot_templates.py index b74b5299..3cd69f04 100644 --- a/bot/bot_templates.py +++ b/bot/bot_templates.py @@ -54,5 +54,5 @@ class Buttons(Enum): COFFEE = "☕ Buy me a coffee" STATISTICS = "📊 Statistics" - MAIN_MENU = [GENERATE, GITHUB, COFFEE] + MAIN_MENU = [GENERATE, GITHUB, COFFEE, STATISTICS] CANCEL = "❌ Cancel"