goofed on an indent
This commit is contained in:
parent
80cc2f1a66
commit
094a965761
@ -51,7 +51,7 @@ async def invite(ctx):
|
||||
invite_channel = ctx.message.channel
|
||||
try:
|
||||
if ctx.message.author.voice.channel:
|
||||
invite_channel = ctx.message.author.voice.channel
|
||||
invite_channel = ctx.message.author.voice.channel
|
||||
except AttributeError:
|
||||
pass
|
||||
invite = await invite_channel.create_invite(
|
||||
|
@ -46,7 +46,7 @@ def get_help_message(method):
|
||||
'Pulls a characters data from the lodestone API\n',
|
||||
'Usage: !ffxiv <First name> <last name> <server>\n',
|
||||
'eg: !ffxiv Slamsong Bardley Adamantoise'
|
||||
]
|
||||
],
|
||||
'define': [
|
||||
'Returns a definiton of a word from urban dictionary',
|
||||
'\nUsage: !define loli'
|
||||
|
Loading…
x
Reference in New Issue
Block a user