Browse Source

Add _message_id to Invite slots

pull/10109/head
dolfies 4 years ago
parent
commit
e7d369c2c9
  1. 1
      discord/invite.py

1
discord/invite.py

@ -324,6 +324,7 @@ class Invite(Hashable):
'approximate_presence_count',
'target_application',
'expires_at',
'_message_id',
)
BASE = 'https://discord.gg'

Loading…
Cancel
Save