Skip to content

Commit ca705c5

Browse files
committed
Update Program.cs
1 parent 0a235b1 commit ca705c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MedalBOT/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static async Task Main()
149149
{
150150
if (!message.StartsWith("!"))
151151
{
152-
if (message.StartsWith("\x01")) return;
152+
if (message.StartsWith("\x01")) continue;
153153

154154
string lower = message.ToLower();
155155

0 commit comments

Comments
 (0)