Skip to content

Commit

Permalink
'EXIT' message in embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhreal committed Dec 20, 2024
1 parent 512b052 commit 78228cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cogs/createsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def createsave(

embSceSys = discord.Embed(
title=f"Upload: sce_sys contents\n{savename}",
description="Please attach the sce_sys files you want to upload.",
description="Please attach the sce_sys files you want to upload. Or type 'EXIT' to cancel command.",
colour=Color.DEFAULT.value
)
embSceSys.set_footer(text=Embed_t.DEFAULT_FOOTER.value)
Expand All @@ -73,7 +73,8 @@ async def createsave(
"Please attach the gamesaves files you want to upload.\n"
"**FOLLOW THESE INSTRUCTIONS CAREFULLY**\n\n"
f"For **discord uploads** rename the files according to the path they are going to have inside the savefile using the value '{DISC_UPL_SPLITVALUE}'. For example the file 'savedata' inside the data directory would be called 'data{DISC_UPL_SPLITVALUE}savedata'.\n\n"
"For **google drive uploads** just create the directories on the drive and send the folder link from root, it will be recursively downloaded."
"For **google drive uploads** just create the directories on the drive and send the folder link from root, it will be recursively downloaded.\n\n"
"*Or type 'EXIT' to cancel command.*"
),
colour=Color.DEFAULT.value
)
Expand Down

0 comments on commit 78228cb

Please sign in to comment.