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

Update Akeno/plugins/quote.py

Browse files
Files changed (1) hide show
  1. Akeno/plugins/quote.py +1 -1
Akeno/plugins/quote.py CHANGED
@@ -117,4 +117,4 @@ async def quotely(client: Client, message: Message):
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 r", "Generate a quote sticker of the replied message with it's reply message.")
 
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.")