fixed 'IndentationError'
This commit is contained in:
committed by
repl.it user
parent
9caca9dd39
commit
fa10c78f1a
@@ -145,6 +145,7 @@ class MyClient(discord.Client):
|
|||||||
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