mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 13:04:51 +00:00
Forget import
This commit is contained in:
parent
62d5dbe1a5
commit
24b6ed159e
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue