(shoutouts): Migrate to merged LionCog.
This commit is contained in:
@@ -4,5 +4,5 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
from .cog import ShoutoutCog
|
||||
|
||||
def prepare(bot):
|
||||
bot.add_cog(ShoutoutCog(bot))
|
||||
async def setup(bot):
|
||||
await bot.add_cog(ShoutoutCog(bot))
|
||||
|
||||
Reference in New Issue
Block a user