Nadir Chowdhury and Rapptz
81457330ed
[docs] typo fix
2021-06-12 12:01:14 -04:00
Nadir Chowdhury and Rapptz
5b98ce1235
[docs] fix docstring of AppInfo
2021-05-01 10:29:31 -04:00
Nadir Chowdhury and Rapptz
7d37c3a506
[docs] Fix various unresolved references
2021-05-01 10:26:11 -04:00
Nadir Chowdhury and GitHub
e961fdeae0
Rework the reaction roles example
2021-04-03 22:52:11 -04:00
Nadir Chowdhury and GitHub
1b2688518e
Implement StageChannel and related methods
2021-04-03 22:43:41 -04:00
Nadir Chowdhury and GitHub
e8a9726ad2
[docs] Add rtc_region parameter for Guild.create_voice_channel
2021-04-02 20:10:31 -04:00
Nadir Chowdhury and GitHub
6887d3946a
[docs] Fix fetch_members/guilds documentation
2021-03-31 21:27:40 -04:00
Nadir Chowdhury and GitHub
4d4c19f9b5
deprecate User.relationships
2021-03-28 18:39:15 -04:00
Nadir Chowdhury and GitHub
8d66ced02c
[docs] Conveter -> Converter
2021-03-24 08:18:11 -04:00
Nadir Chowdhury and GitHub
7d345e8e4e
remove trailing whitespace
2021-03-13 00:42:25 -05:00
Nadir Chowdhury and GitHub
d01500bccd
Fix typo with guild_discovery_grace_period_final_warning
2021-03-02 06:45:24 -05:00
Nadir Chowdhury and GitHub
31bbf7434b
Allow AuditLogEntry to be Hashable
2021-03-01 08:55:53 -05:00
Nadir Chowdhury and GitHub
63ec23bac2
Code optimisations and refactoring via Sourcery
2021-02-24 21:26:51 -05:00
Nadir Chowdhury and GitHub
e090ee4308
Fix NameError with invoked_parents
2021-02-24 21:15:10 -05:00
Nadir Chowdhury and GitHub
fb773dc1dd
Add remaining template endpoints
2021-02-23 03:58:03 -05:00
Nadir Chowdhury and GitHub
6f748e5da5
Add remaining v6 message types
2021-02-23 03:57:11 -05:00
Nadir Chowdhury and GitHub
427e387a2f
Deprecate non-bot methods
2021-02-23 03:36:37 -05:00
Nadir Chowdhury and GitHub
6c08f3d344
Add "Secret" channel/emoji example
2021-02-21 00:16:37 -05:00
Nadir Chowdhury and GitHub
59c11e71a2
Implement presences for Guild.query_members
2020-12-31 13:50:22 -05:00
Nadir Chowdhury and GitHub
77ad238aa9
[matrix] Explicitly change colour of option
2020-12-19 05:36:43 -05:00
Nadir Chowdhury and Rapptz
a04a410c8a
[matrix] collapsible sidebar headings
2020-12-18 21:18:56 -05:00
ce0d0a20dd
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-12-18 21:18:51 -05:00
Nadir Chowdhury and Rapptz
51f6787692
Add favicon
2020-12-18 21:18:50 -05:00
Nadir Chowdhury and GitHub
df3e5a15a6
[bug] call super constructor for CustomActivity to fix created_at
2020-11-28 03:17:05 -05:00
Nadir Chowdhury and GitHub
6b803acde4
[chore] Remove redundant imports
...
This also removes the historical patch for NullHandler implemented in bbf1c54 , as it has been available since Python 3.1.
2020-11-28 03:16:49 -05:00
Nadir Chowdhury and GitHub
0c69c99785
Fix UnboundLocalError for editing public_updates_channel
2020-11-28 03:16:28 -05:00
Nadir Chowdhury and GitHub
fa30386073
Fix discord.RoleTags resolution
2020-11-26 23:00:09 -05:00
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
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
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