Add CHANGES

This commit is contained in:
Danipulok 2023-01-16 16:15:20 +02:00
parent 46baa253d4
commit 9003353b9e
No known key found for this signature in database
GPG key ID: 045D50F37F4E9B66
2 changed files with 2 additions and 3 deletions

View file

@ -3,10 +3,9 @@ import html
import logging
from aiogram import Bot, Dispatcher, types
from aiogram.filters import Command, ExceptionTypeFilter, CommandObject, ExceptionMessageFilter
from aiogram.filters import Command, CommandObject, ExceptionMessageFilter, ExceptionTypeFilter
from aiogram.types import ErrorEvent
TOKEN = "42:TOKEN"
dp = Dispatcher()
@ -19,7 +18,6 @@ class InvalidAge(Exception):
class InvalidName(Exception):
def __init__(self, message: str):
super().__init__(message)