Forráskód Böngészése

FIX: Unwarranted Permission Errors

Drn 2 éve
szülő
commit
aecb730362
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      discord.go

+ 1 - 1
discord.go

@@ -778,7 +778,7 @@ func hasPerms(channelID string, permission int64) bool {
 				"Failed to check permissions (%d) for %s:\t%s", permission, channelID, err))
 		}
 	}
-	return false
+	return true
 }
 
 //#endregion