7 lines
114 B
Python
7 lines
114 B
Python
|
from .anti_raid import Warnings
|
||
|
from ...core.bot import Tux
|
||
|
|
||
|
|
||
|
def setup(bot: Tux):
|
||
|
bot.add_cog(Warnings(bot))
|