Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions interactions/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ class PremiumType(CursedIntEnum):
"""Using Nitro Classic"""
NITRO = 2
"""Full Nitro membership"""
NITRO_BASIC = 3
"""Basic Nitro membership"""


class MessageType(CursedIntEnum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "interactions.py"
version = "5.9.2"
version = "5.10.0"
description = "Easy, simple, scalable and modular: a Python API wrapper for interactions."
authors = [
"LordOfPolls <[email protected]>",
Expand Down