From f2c7236ec16f38739f7142a7f81baa482353b9c3 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 25 Apr 2020 22:52:48 +0300 Subject: [PATCH] i-AIOG-17: Rename dart constant --- aiogram/types/dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/dice.py b/aiogram/types/dice.py index 121b90b4..6dfb190f 100644 --- a/aiogram/types/dice.py +++ b/aiogram/types/dice.py @@ -15,4 +15,4 @@ class Dice(base.TelegramObject): class DiceEmoji: DICE = '🎲' - DARTS = '🎯' + DART = '🎯'