Skip to content

Commit 31112cf

Browse files
authored
Update ScriptLogger.cs
#!skip-build!# Signed-off-by: Nikita Petko <[email protected]>
1 parent e830e97 commit 31112cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/grid-bot/lib/utility/Implementation/ScriptLogger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ namespace Grid.Bot.Utility;
1111
using Discord;
1212
using Discord.WebSocket;
1313

14+
using Discord.Commands;
15+
1416
using Newtonsoft.Json;
1517

1618
using Random;
1719
using Networking;
1820

1921
using Extensions;
20-
using Discord.Commands;
21-
2222

2323
/// <summary>
2424
/// Handles sending alerts to a Discord webhook.

0 commit comments

Comments
 (0)