Fix typos.

This commit is contained in:
2025-09-02 07:59:40 +10:00
parent d71a40965e
commit 9209dbaa8d
4 changed files with 4 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ import aiohttp
from .config import conf
from utils.ratelimits import Bucket, BucketOverFull, BucketFull
from utils.lib import utc_now
log_logger = logging.getLogger(__name__)