mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Allow pins events to work with threads
This commit is contained in:
@ -1249,7 +1249,7 @@ class ConnectionState:
|
||||
return pm
|
||||
|
||||
for guild in self.guilds:
|
||||
channel = guild.get_channel(id)
|
||||
channel = guild.get_channel(id) or guild.get_thread(id)
|
||||
if channel is not None:
|
||||
return channel
|
||||
|
||||
|
Reference in New Issue
Block a user