mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Extract load/unload/reload * Add a few more commands * Refactor load/unload signature * Add invite URL and version info * Black fixes * Split the incoming cog names in reload correctly * Reformat * Remove meta.bot
6 lines
109 B
Python
6 lines
109 B
Python
"""
|
|
This module will contain various attributes useful for testing and cog development.
|
|
"""
|
|
|
|
testing = False
|