randydev commited on
Commit
86adbb2
·
verified ·
1 Parent(s): f1dc301

Update Akeno/plugins/admin.py

Browse files
Files changed (1) hide show
  1. Akeno/plugins/admin.py +2 -2
Akeno/plugins/admin.py CHANGED
@@ -361,13 +361,13 @@ module.add_command("ban", "Ban someone.")
361
  module.add_command("dban", "dban a user deleting the replied to message")
362
  module.add_command("hban", "hban a user deleting all the replied to message")
363
  module.add_command("kick", "kick out someone from your group")
364
- module.add_command("dkick", "hkick a user deleting the replied to message")
365
  module.add_command("hkick", "hkick a user deleting all the replied to message")
366
  module.add_command("promote", "Promote someonen")
367
  module.add_command("demote", "Demote someone")
368
  module.add_command("mute", "Mute someone")
369
  module.add_command("dmute", "dmute a user deleting the replied to message")
370
- module.add_command("hmute", "dmute a user deleting all the replied to message")
371
  module.add_command("pin", "to pin any message.")
372
  module.add_command("unpin", "To unpin any message")
373
  module.add_command("setgpic", "To set an group profile pic.")
 
361
  module.add_command("dban", "dban a user deleting the replied to message")
362
  module.add_command("hban", "hban a user deleting all the replied to message")
363
  module.add_command("kick", "kick out someone from your group")
364
+ module.add_command("dkick", "dkick a user deleting the replied to message")
365
  module.add_command("hkick", "hkick a user deleting all the replied to message")
366
  module.add_command("promote", "Promote someonen")
367
  module.add_command("demote", "Demote someone")
368
  module.add_command("mute", "Mute someone")
369
  module.add_command("dmute", "dmute a user deleting the replied to message")
370
+ module.add_command("hmute", "hmute a user deleting all the replied to message")
371
  module.add_command("pin", "to pin any message.")
372
  module.add_command("unpin", "To unpin any message")
373
  module.add_command("setgpic", "To set an group profile pic.")