From 05faf8ef7756e88e8fae86014a75a969640c7ae0 Mon Sep 17 00:00:00 2001 From: Mauricio Zanetti Filho Date: Fri, 17 Sep 2021 12:26:24 -0300 Subject: [PATCH] Update command_list.py --- makibot/plugins/command_list.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)