From 773fcc83dfe0b03654b2b1b58e74948fd9497fae Mon Sep 17 00:00:00 2001 From: Soti <58138432+notSoti@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:43:50 +0300 Subject: [PATCH] Remove outdated note about having to delete owned guild --- discord/guild.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 06ce9cbb4..6e2a9e626 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1977,11 +1977,6 @@ class Guild(Hashable): Leaves the guild. - .. note:: - - You cannot leave the guild that you own, you must delete it instead - via :meth:`delete`. - Raises -------- HTTPException