randydev commited on
Commit
fde63d0
·
verified ·
1 Parent(s): 007a588

Update Akeno/plugins/quote.py

Browse files
Files changed (1) hide show
  1. 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.")