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