Reformat success message
This commit is contained in:
parent
01d48e0b2c
commit
bd06d645f2
@ -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}')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user