feat: Implement Sponsors.
This commit is contained in:
10
src/modules/sponsors/__init__.py
Normal file
10
src/modules/sponsors/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import logging
|
||||
from babel.translator import LocalBabel
|
||||
|
||||
babel = LocalBabel('sponsors')
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import SponsorCog
|
||||
await bot.add_cog(SponsorCog(bot))
|
||||
Reference in New Issue
Block a user