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