add v alias for voice

This commit is contained in:
Zodiac 2025-02-14 19:57:50 -08:00
parent 09f8a51721
commit c3e757f48e

View File

@ -278,7 +278,7 @@ class VoicePlugin:
""" """
self.bot = bot self.bot = bot
@command(permission='admin') @command(permission='admin', aliases=['v'])
async def voice(self, mask, target, args): async def voice(self, mask, target, args):
""" """
Grant voice to a specific user or all users in the channel. Grant voice to a specific user or all users in the channel.