Skip to content

Commit

Permalink
feat: add easy copy of deposit address
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Feb 2, 2024
1 parent 5a2ad65 commit f3da4eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swappy-bot/Commands/Swap/Swap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,12 @@ await Context.Channel.SendMessageAsync(
$"\n" +
$"🙏 Thank you for using **swappy!** Feel free to type `/swap` in the main channel and come back any time! 😎");

await Context.Channel.SendMessageAsync(
"📱 PS: For mobile phone usage, I am sending the **Deposit Address** separately for easier copying:");

await Context.Channel.SendMessageAsync(
$"**`{depositAddress}`**");

_logger.LogInformation(
"[{StateId}] Provided the deposit instructions to {DepositAddress} -> {ChainflipLink}",
stateId,
Expand Down

0 comments on commit f3da4eb

Please sign in to comment.