From cd1dfa10a07edf5df287819d1a48eac5912c96ac Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Thu, 7 May 2020 20:07:48 -0700 Subject: [PATCH] Discord: Removed an inappropriate comment --- discord/guild_const.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/discord/guild_const.go b/discord/guild_const.go index f7d8b85..c62537a 100644 --- a/discord/guild_const.go +++ b/discord/guild_const.go @@ -1,11 +1,6 @@ package discord -// Guild.MaxPresences is 5000 when it's 0. Seriously. The fucker who thought of -// this API thought it was also a good idea to return "null" instead of -// "5000." What the fucK? It has the same byte count, thus the same size. -// Sending the number over means it could be changed anytime and not force -// the developers to recheck. You could make the change right today and it -// would just work on all the clients. But no. IT'S FUCKING NULL! +// Guild.MaxPresences is 5000 when it's 0. const DefaultMaxPresences = 5000 type NitroBoost uint8