diff --git a/makibot/plugins/command_list.py b/makibot/plugins/command_list.py index 4b9336a..1260a2d 100644 --- a/makibot/plugins/command_list.py +++ b/makibot/plugins/command_list.py @@ -16,5 +16,7 @@ async def install(event): o = stdout.decode() _o = o.split("\n") o = "\n".join(_o) - OUTPUT = f"**LIST OF PLUGINS IN HardcoreUserbot 🔍:**\n{o}\n\n**TIP:** __If you want to know the commands for a plugin, do:-__ \n `.help ` **without the < > brackets.**\n__All plugins might not work directly.__" + OUTPUT = f"**LIST OF PLUGINS IN HardcoreUserbot 🔍:**\n{o}\n + \n**TIP:** __If you want to know the commands for a plugin, do:-__ + \n `.help ` **without the < > brackets.**\n__All plugins might not work directly.__" await event.edit(OUTPUT)