diff --git a/README.md b/README.md index a6fd750..5607a4d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,32 @@

- The easiest way to create your own Discord Bot. + The easiest way to create your own optimized Discord Bot.


+ +Scrutinizer + + +Documentation Status + + +Repo Size + + +GitHub last commit + + +GitHub commit activity + + +Discord + + +
+

THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT!

diff --git a/melisa/models/app/shard.py b/melisa/models/app/shard.py index f6db724..01a225d 100644 --- a/melisa/models/app/shard.py +++ b/melisa/models/app/shard.py @@ -57,9 +57,9 @@ class Shard: """ create_task(self._gateway.close()) - async def update_presence( - self, activity: BotActivity = None, status: str = None - ) -> Shard: + async def update_presence(self, + activity: BotActivity = None, + status: str = None) -> Shard: """ |coro| diff --git a/melisa/models/guild/channel.py b/melisa/models/guild/channel.py index 2fe0ae4..ebb2124 100644 --- a/melisa/models/guild/channel.py +++ b/melisa/models/guild/channel.py @@ -37,7 +37,8 @@ class ChannelTypes(IntEnum): GUILD_PUBLIC_THREAD: A temporary sub-channel within a GUILD_TEXT channel GUILD_PRIVATE_THREAD: - A temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission + A temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited + and those with the MANAGE_THREADS permission GUILD_STAGE_VOICE: A voice channel for hosting events with an audience """