fixed 'IndentationError'
This commit is contained in:
committed by
repl.it user
parent
9caca9dd39
commit
fa10c78f1a
@@ -142,9 +142,10 @@ class MyClient(discord.Client):
|
|||||||
mgs = mgs.split(' ')
|
mgs = mgs.split(' ')
|
||||||
email = mgs[0]
|
email = mgs[0]
|
||||||
if(plexadd(email)):
|
if(plexadd(email)):
|
||||||
await message.channel.send('User has been added to plex.')
|
await message.channel.send('User has been added to plex.')
|
||||||
else:
|
else:
|
||||||
await message.channel.send('Error adding user to plex.')
|
await message.channel.send('Error adding user to plex.')
|
||||||
|
|
||||||
bad_chars = ['<','>','@','!']
|
bad_chars = ['<','>','@','!']
|
||||||
user_id = mgs[1]
|
user_id = mgs[1]
|
||||||
for i in bad_chars:
|
for i in bad_chars:
|
||||||
|
|||||||
Reference in New Issue
Block a user