aliase QI
This commit is contained in:
parent
90e719241b
commit
2cca50a327
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Fun(commands.Cog):
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
self.client = client
|
self.client = client
|
||||||
|
|
||||||
@commands.command(name='iq')
|
@commands.command(name='iq', aliases=["qi"])
|
||||||
async def _iq(self, ctx, *user):
|
async def _iq(self, ctx, *user):
|
||||||
"""Calcule ton QI.\n ➡ Syntaxe: {PREFIX}iq [user]"""
|
"""Calcule ton QI.\n ➡ Syntaxe: {PREFIX}iq [user]"""
|
||||||
fromSlash = False
|
fromSlash = False
|
||||||
|
|
Reference in a new issue