Nadir Chowdhury and GitHub
367c4b5fd2
[docs] remove unresolved doc refs, fix attribute ref
2020-09-07 22:25:11 -04:00
Nadir Chowdhury and GitHub
a9d6d90a8f
[matrix] collapsible sidebar headings
2020-08-28 23:13:20 -04:00
Nadir Chowdhury and GitHub
360fc123c6
Add remaining user flags
2020-08-05 22:04:09 -04:00
Nadir Chowdhury and GitHub
6d88316767
Fix NameError with resolving codes with Template
2020-07-31 21:07:20 -04:00
NCPlayz and Rapptz
3408695a37
[docs] fix reference to Guild and document utils.resolve_template
2020-07-08 23:01:00 -04:00
Nadir Chowdhury and GitHub
e971e2f16c
Allow more methods to set an audit log reason
2020-06-30 23:35:42 -04:00
NCPlayz
ce03c62c6b
[bugs] stop resolving Object for template/invite; remove dupe methods
2020-06-29 16:58:19 +01:00
Nadir Chowdhury and GitHub
b68cbb7a42
Add support for bulk editing role positions
2020-06-28 14:52:32 -04:00
Nadir Chowdhury and GitHub
a64006ee9b
Add support for integrations
2020-06-28 14:50:43 -04:00
Nadir Chowdhury and GitHub
2b3c6e0d47
Add support for Discord templates
2020-06-28 14:48:04 -04:00
NCPlayz
a2148d6d1a
Escape masked URLs; Support quotes for as_needed
2020-06-17 16:31:48 +01:00
Nadir Chowdhury and GitHub
1efb8a8204
[docs] Fix PublicUserFlags not showing up
2020-06-04 23:38:31 -04:00
NCPlayz and Rapptz
bd1420b5f0
Allow editing of channel types for news and text channels
2020-05-29 23:21:59 -04:00
0a8b87cae7
add copy codeblock button
...
Apply suggestions from code review
Co-authored-by: Danny <Rapptz@users.noreply.github.com >
Change to icon, change according to slice's review
2020-05-27 23:39:11 -04:00
Nadir Chowdhury and GitHub
509cc135d4
Add favicon
2020-05-26 23:18:42 -04:00
NCPlayz and Rapptz
ed80ba6a5e
Implement some missing attributes of Guild (and Guild.edit)
2020-05-23 22:04:02 -04:00
NCPlayz and Rapptz
40a4604604
use _channel_factory instead of manual checking in Guild._sync
2020-05-23 21:56:40 -04:00
NCPlayz and Rapptz
f09162f259
isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))
2020-05-23 21:56:40 -04:00
NCPlayz and Rapptz
c8f32f3151
animated key is never given to reaction_remove(_emoji)
2020-04-06 04:58:27 -04:00
NCPlayz and Rapptz
1b0e806245
[commands] Implement commands.before/after_invoke
2020-04-04 02:57:20 -04:00
NCPlayz and Rapptz
f95ccf53e0
Fix issue with shard_ready not dispatching when not fetching offline
2020-01-14 19:39:34 -05:00
NCPlayz and Rapptz
787d424dce
Add VoiceRegion.dubai
2020-01-06 00:30:04 -05:00
NCPlayz and Rapptz
9c6a121644
Implement discord.MessageFlags
...
Refactor flags placement and use it for suppression.
2019-12-20 20:56:40 -05:00
NCPlayz
a74bdaa8b2
Add Guild.discovery_splash_url/_as, Guild.rules_channel
2019-12-19 22:19:04 +00:00
NCPlayz and Rapptz
17901becf0
Add support for YouTube Streaming
2019-12-18 00:01:32 -05:00
NCPlayz and Rapptz
bb71f14ce3
Add RawReactionActionEvent.member
2019-12-17 23:59:59 -05:00
NCPlayz and Rapptz
0c97907832
Add Activity.created_at
2019-12-04 18:40:38 -05:00
NCPlayz and Rapptz
f554819506
Implement Webhook.type
2019-11-26 05:16:53 -05:00
NCPlayz and Rapptz
dab2519a09
Implement TextChannel.follow()
2019-11-15 04:23:15 -05:00
NCPlayz and Rapptz
f273199d57
Refactor name kwarg for Emoji.edit()
2019-10-20 05:19:03 -04:00
NCPlayz and Rapptz
5698cf6df9
Implement Guild.fetch_roles
2019-06-29 19:14:22 -04:00
NCPlayz and Rapptz
851f83c821
Implement Guild.fetch_members
...
Also implements `MemberIterator`.
2019-06-29 19:14:19 -04:00
NCPlayz and Rapptz
dfcf9cdb0a
Rename error type for X.fetch_channel(s).
2019-06-12 00:47:42 -04:00
NCPlayz
126f4f8271
Implement Guild.get_all_premium_subscribers
2019-06-08 21:19:10 +01:00
NCPlayz and Rapptz
3c9bcc2851
Improve documentation
2019-06-07 19:27:46 -04:00
NCPlayz and Rapptz
2f05436653
Added comment for/redo system information
2019-06-07 19:23:44 -04:00
NCPlayz and Rapptz
f7c6c5995d
Implementing GET '/channels/:id' & '/guilds/:id/channels'
...
Signed-off-by: NCPlayz <chowdhurynadir0@outlook.com >
2019-06-07 19:12:59 -04:00
NCPlayz and Rapptz
38eb2b4828
Validate kwargs in Client.start
2019-05-19 19:17:27 -04:00
NCPlayz and Rapptz
25d9337481
Document remaining public enums.
...
- UserContentFilter
- FriendFlags
- PremiumType
- Theme
UserFlags is not documented as though it is only used internally.
2019-05-09 06:11:19 -04:00
NCPlayz and Rapptz
84e86ff666
Add Permissions.stream
...
Add stream to Permissions classmethods
2019-04-12 20:58:11 -04:00
NCPlayz and Rapptz
7acb7de195
Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns
...
Also fixed two typos.
2019-04-08 18:17:40 -04:00
NCPlayz and Rapptz
1d701f32b6
Add fetch custom emoji, all custom emojis; Add user property to Emoji
2019-04-06 19:19:47 -04:00
NCPlayz and Rapptz
be227ebcf0
Redesign asset retrieval in the library.
...
Most assets now return a new class named `Asset`. This allows for the
assets to be consistently saved via a `save` method instead of special
casing for `Attachment`.
`AppInfo` is no longer a namedtuple it is a fully documented dataclass,
as well as having the state attached to it.
Fixes #1997
2019-04-06 19:12:50 -04:00
NCPlayz and Rapptz
a1caaf8dcf
Add Guild.max_presences and Guild.max_members
...
Fixes #1822
Fixes #1418
2019-03-22 20:25:03 -04:00
NCPlayz and Rapptz
8a30a4cac0
Add support for guild widget
2019-03-19 09:22:48 -04:00
NCPlayz and Rapptz
f507f508a2
Expose Metadata
...
Added access to:
* `/users/@me/guilds`
* `/guilds/{guild_id}`
* `/guilds/{guild_id}/members/{member_id}`
BREAKING CHANGE:
* `get_user_info` -> `fetch_user_info` to match naming scheme.
Remove useless note
Remove `reverse` and corresponding documentation
Update documentation to reflect #1988
Rename `get_` HTTP functions to `fetch_`
Breaking Changes:
* `get_message` -> `fetch_message`
* `get_invite` -> `fetch_invite`
* `get_user_profile` -> `fetch_user_profile`
* `get_webhook_info` -> `fetch_webhook`
* `get_ban` -> `fetch_ban`
Fix InviteConverter, update migrating.rst
Rename get_message to fetch_message
2019-03-19 09:00:18 -04:00
NCPlayz and Rapptz
fb02191b80
Organise documentation
2019-03-19 08:24:42 -04:00
Nadir Chowdhury and Danny
8f7ce7c64e
Add support for reading guild descriptions
...
Added `Guild.description` and `PartialInviteGuild.description`.
2019-03-13 21:24:16 -04:00
Nadir Chowdhury and Danny
e18fed6310
Fix imports
...
Removed unnecessary Object import.
Added `snowflake_time` and `InvalidArgument`
2019-03-13 21:22:40 -04:00
Nadir Chowdhury and Danny
999ac0a0e3
Add Category.create_text_channel/Category.create_voice_channel ( #1976 )
...
Fixes #1971
2019-03-12 08:16:25 -04:00
NCPlayz
8b8e9a619e
Moved http.close to before _closed.set
2019-03-09 14:09:47 +00:00
NCPlayz and Rapptz
11a0098269
Add new cog methods
...
Added two new arguments to the parser, and updated defunct cog code.
Remove debug
remove print statement
2019-02-26 08:41:00 -05:00