From aaa1007a437135e6f3e786943d9dabda607d2d95 Mon Sep 17 00:00:00 2001 From: dark0ghost <40036029+dark0ghost@users.noreply.github.com> Date: Sun, 31 Mar 2019 18:02:17 +0300 Subject: [PATCH] Update callback_game.py --- aiogram/types/callback_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/callback_game.py b/aiogram/types/callback_game.py index 4cd0d5f5..df5134f2 100644 --- a/aiogram/types/callback_game.py +++ b/aiogram/types/callback_game.py @@ -7,4 +7,4 @@ class CallbackGame(base.TelegramObject): https://core.telegram.org/bots/api#callbackgame """ - pass + raise RuntimeError(" A placeholder, currently holds no information. Use BotFather to set up your game.")