From 70c439645fd2ecd771db372a3834c8f924c3bbe2 Mon Sep 17 00:00:00 2001 From: cheesycod Date: Wed, 17 Nov 2021 17:59:06 +0000 Subject: [PATCH] Fix typo --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 28e11b08f..88ec3f735 100644 --- a/structs.go +++ b/structs.go @@ -405,7 +405,7 @@ const ( ExplicitContentFilterAllMembers ExplicitContentFilterLevel = 2 ) -// GuikdNSFWLevel type definition +// GuildNSFWLevel type definition type GuildNSFWLevel int // Constants for GuildNsfwLefel levels from 0 to 3 inclusive