Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 30, 2024
1 parent 3e8d122 commit bfb560c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chainflip-insights/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,11 @@ private async Task AnnounceSwap(
{
var infoChannel = (ITextChannel)_discordClient.GetChannel(_configuration.SwapInfoChannelId.Value);

try {
await infoChannel.SendMessageAsync(
text,
flags: MessageFlags.SuppressEmbeds);
try
{
await infoChannel.SendMessageAsync(
text,
flags: MessageFlags.SuppressEmbeds);
}
catch (Exception e)
{
Expand Down

0 comments on commit bfb560c

Please sign in to comment.