Update Akeno/plugins/quote.py
Browse files- Akeno/plugins/quote.py +1 -2
Akeno/plugins/quote.py
CHANGED
@@ -116,5 +116,4 @@ async def quotely(client: Client, message: Message):
|
|
116 |
os.remove(path)
|
117 |
|
118 |
module = modules_help.add_module("quote", __file__)
|
119 |
-
module.add_command("q", "Generate a quote sticker of the replied message.")
|
120 |
-
module.add_command("q", "Generate a quote sticker of the replied message with it's reply message.")
|
|
|
116 |
os.remove(path)
|
117 |
|
118 |
module = modules_help.add_module("quote", __file__)
|
119 |
+
module.add_command("q", "Generate a quote sticker of the replied message.")
|
|