From 496c1232bb08fee619eaa5c1691b18eb3921dee5 Mon Sep 17 00:00:00 2001 From: Eneg <42005170+Enegg@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:38:52 +0100 Subject: [PATCH] Apply suggestion Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Eneg <42005170+Enegg@users.noreply.github.com> --- changelog/1200.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1200.bugfix.rst b/changelog/1200.bugfix.rst index 03a39e506d..8d8387af1b 100644 --- a/changelog/1200.bugfix.rst +++ b/changelog/1200.bugfix.rst @@ -1 +1 @@ -Do not use :class:`.abc.PrivateChannel` in an ``isinstance`` check as it structurally matches :class:`Thread`. +|commands| Fix usage of :attr:`~ext.commands.BucketType.role`\-type cooldowns in threads, which incorrectly operated on a per-channel basis instead.