You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""":class:`bool`: Returns ``True`` if the message failed to mention some roles and add their members to the thread."""
327
327
return256
328
328
329
+
@flag_value
330
+
defshow_link_not_discord_warning(self):
331
+
""":class:`bool`: Returns ``True`` if the message should show a warning that the link may not be safe.
332
+
333
+
.. note::
334
+
Although this gets set by Discord for some embeds, and we receive a :func:`~discord.on_message_edit` event, it is not officially documented by Discord.
335
+
It's in the client but not used anywhere.
336
+
"""
337
+
338
+
return1024
339
+
329
340
@flag_value
330
341
defsuppress_notifications(self):
331
342
""":class:`bool`: Returns ``True`` if the message is "silent".
0 commit comments