Format with black
This commit is contained in:
parent
56b6ccd87e
commit
3a9258b49f
@ -647,17 +647,16 @@ class ProtocolUrls(Enum):
|
||||
guild_membership_screening = "discord://-/member-verification/{guild_id}"
|
||||
|
||||
# Library
|
||||
|
||||
|
||||
games_library = "discord://-/library"
|
||||
library_settings = "discord://-/library/settings"
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
def format(self, **kwargs):
|
||||
return self.value.format(**kwargs)
|
||||
|
||||
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user