From f3da4eb1bc967b4171319972a57a5e729edb8d59 Mon Sep 17 00:00:00 2001 From: David Cumps Date: Fri, 2 Feb 2024 12:15:28 +0100 Subject: [PATCH] feat: add easy copy of deposit address --- swappy-bot/Commands/Swap/Swap.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/swappy-bot/Commands/Swap/Swap.cs b/swappy-bot/Commands/Swap/Swap.cs index a44dc69..af73b75 100644 --- a/swappy-bot/Commands/Swap/Swap.cs +++ b/swappy-bot/Commands/Swap/Swap.cs @@ -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,