Reformat success message

This commit is contained in:
Dusty.P 2018-05-09 20:55:24 -08:00
parent 01d48e0b2c
commit bd06d645f2

View File

@ -161,7 +161,8 @@ class Uploader:
if push_status == 'Completed': if push_status == 'Completed':
await msg.delete() await msg.delete()
msg = await ctx.send(f'{ctx.author.mention} Upload complete.\n' msg = await ctx.send(f'{ctx.author.mention} Upload complete.\n'
f'Uploaded {len(dinos_data)} dinos as {official}') f'Uploaded {len(dinos_data)} dinos as {official} '
f'{"singleplayer" if singleplayer else "server"}')
else: else:
await self.bot.get_user(owner_id).send(f'There was an error with git push' await self.bot.get_user(owner_id).send(f'There was an error with git push'
f'\n{push_status}') f'\n{push_status}')