mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Use id as key for hid
This commit is contained in:
parent
9350f4cc18
commit
5b539f558e
2 changed files with 3 additions and 3 deletions
|
|
@ -137,7 +137,7 @@ async def proxy_message(conn, member, trigger_message, inner):
|
|||
async def handle_proxying(conn, message):
|
||||
# Can't proxy in DMs, webhook creation will explode
|
||||
if message.channel.is_private:
|
||||
return False
|
||||
return
|
||||
|
||||
# Big fat query to find every member associated with this account
|
||||
# Returned member object has a few more keys (system tag, for example)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue