rewrite: Refactor ui utils, add pagers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
from babel.translator import LocalBabel
|
||||
|
||||
util_babel = LocalBabel('utils')
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import MetaUtils
|
||||
await bot.add_cog(MetaUtils(bot))
|
||||
|
||||
Reference in New Issue
Block a user