mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -2,6 +2,8 @@ from datetime import datetime, timedelta
|
||||
from typing import Tuple, List
|
||||
from collections import namedtuple
|
||||
|
||||
__all__ = ("AntiSpam",)
|
||||
|
||||
_AntiSpamInterval = namedtuple("_AntiSpamInterval", ["period", "frequency"])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user