Skip to content

Commit 0923e93

Browse files
committed
Remove unnecessary return
1 parent edbe98e commit 0923e93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Events/ReadyEvent.cs

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public static async Task OnStartup(DiscordClient client)
167167
{
168168
discord.Logger.LogError("Heartbeat ping sent: {status} {content}", (int)response.StatusCode, await response.Content.ReadAsStringAsync());
169169
}
170-
return;
171170
}
172171

173172
client.Logger.LogInformation(CliptokEventID, "Startup event complete, logged in as {user}", $"{DiscordHelpers.UniqueUsername(client.CurrentUser)}");

0 commit comments

Comments
 (0)