rewrite: help command and ui.

This commit is contained in:
2023-06-05 12:09:24 +03:00
parent eeff0f5042
commit 68fb0e9c62
8 changed files with 348 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ class CoreCog(LionCog):
if name in self.mention_cache:
mention = self.mention_cache[name]
else:
mention = f"</{name}:1110834049204891730"
mention = f"</{name}:1110834049204891730>"
return mention
async def cog_unload(self):