Forget import

This commit is contained in:
yasirarism 2023-04-30 21:00:36 +07:00 committed by GitHub
parent 62d5dbe1a5
commit 24b6ed159e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ from ..ratelimiter_func import RateLimiter
from typing import Callable, Union from typing import Callable, Union
from pyrogram import Client from pyrogram import Client
from pyrogram.types import CallbackQuery, Message from pyrogram.types import CallbackQuery, Message
from pyrogram.errors import QueryIdInvalid
ratelimit = RateLimiter() ratelimit = RateLimiter()
# storing spammy user in cache for 1minute before allowing them to use commands again. # storing spammy user in cache for 1minute before allowing them to use commands again.