This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
Rosie-Val
/
SeaCogs
Watch
1
Star
0
Fork
You've already forked SeaCogs
0
Code
Pull requests
Activity
0bcbcd6c0c
SeaCogs
/
aurora
/
__init__.py
6 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
fix(aurora): forgot a file!
2024-05-06 21:43:08 -04:00
from
.
aurora
import
Aurora
feat(aurora): renamed moderation cog to aurora, converted to sqlite3
2023-12-28 04:23:55 -05:00
async
def
setup
(
bot
)
:
await
bot
.
add_cog
(
Aurora
(
bot
)
)
Copy permalink