From 2ce11bde0d810f17fc487c22b8a429ef458edb0e Mon Sep 17 00:00:00 2001 From: uburuntu Date: Mon, 5 Oct 2020 01:58:07 +0300 Subject: [PATCH] new: football dice emoji --- aiogram/types/dice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aiogram/types/dice.py b/aiogram/types/dice.py index 7b3f1727..82a0e1b1 100644 --- a/aiogram/types/dice.py +++ b/aiogram/types/dice.py @@ -6,7 +6,7 @@ class Dice(base.TelegramObject): This object represents a dice with random value from 1 to 6. (Yes, we're aware of the “proper” singular of die. But it's awkward, and we decided to help it change. One dice at a time!) - + https://core.telegram.org/bots/api#dice """ emoji: base.String = fields.Field() @@ -17,3 +17,4 @@ class DiceEmoji: DICE = '🎲' DART = '🎯' BASKETBALL = '🏀' + FOOTBALL = '⚽'