1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00

Correct the parameters for overwatch

This commit is contained in:
phxntxm 2017-07-28 08:43:34 -05:00
parent 7c4c7facaa
commit cbbec95196

View file

@ -21,7 +21,7 @@ class Overwatch:
@commands.group() @commands.group()
@utils.check_restricted() @utils.check_restricted()
async def ow(self): async def ow(self, ctx):
"""Command used to lookup information on your own user, or on another's """Command used to lookup information on your own user, or on another's
When adding your battletag, it is quite picky, use the exact format user#xxxx When adding your battletag, it is quite picky, use the exact format user#xxxx
Multiple names with the same username can be used, this is why the numbers are needed Multiple names with the same username can be used, this is why the numbers are needed