diff options
Diffstat (limited to 'discord/flags.py')
| -rw-r--r-- | discord/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/flags.py b/discord/flags.py index f37262d6..62460098 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -187,6 +187,8 @@ class MessageFlags(BaseFlags): Returns an iterator of ``(name, value)`` pairs. This allows it to be, for example, constructed as a dict or a list of pairs. + .. versionadded:: 1.3 + Attributes ----------- value: :class:`int` |