Add Protocol Urls #103

Merged
Chiggy-Playz merged 17 commits from ProtocolUrls into 2.0 2021-10-27 12:32:50 +00:00
2 changed files with 69 additions and 1 deletions
Showing only changes of commit 64ff807309 - Show all commits

View File

@ -590,7 +590,7 @@ class NSFWLevel(Enum, comparable=True):
age_restricted = 3
StockerMC commented 2021-10-18 14:12:26 +00:00 (Migrated from github.com)
Review
    def format(self, **kwargs: Any) -> str:
```suggestion def format(self, **kwargs: Any) -> str: ```
Gnome-py commented 2021-10-22 17:17:32 +00:00 (Migrated from github.com)
Review
    guild_create = "discord://-/guilds/create"
```suggestion guild_create = "discord://-/guilds/create" ```
Gnome-py commented 2021-10-22 17:18:53 +00:00 (Migrated from github.com)
Review

Comment should be moved up, so you don't need the 3 lines for one definition

Comment should be moved up, so you don't need the 3 lines for one definition
Chiggy-Playz commented 2021-10-22 17:23:31 +00:00 (Migrated from github.com)
Review

Resolved with eadd424

Resolved with eadd424
class ProtocolUrls(Enum):
class ProtocolUrl(Enum):
# General