Update pyright version

This commit is contained in:
Josh
2024-02-20 13:36:02 -05:00
committed by GitHub
parent 76666fbcf4
commit 4e03b170ef
17 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ class AutoModRule:
**payload,
)
return AutoModRule(data=data, guild=self.guild, state=self._state)
return self.__class__(data=data, guild=self.guild, state=self._state)
async def delete(self, *, reason: str = MISSING) -> None:
"""|coro|