add v alias for voice
This commit is contained in:
parent
09f8a51721
commit
c3e757f48e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user