Tobotimus
3112e1c17e
Add intersphinx
7 years ago
Pandentia
b22f7c76c5
Further clarify how bots can interact with emoji endpoints
Clarifies that bot accounts can only interact with emoji they have
created.
8 years ago
Pandentia
51a696e674
Remove reference to "whitelisted" bots for emoji endpoints
Due to a recent change in the Discord API, bots can now create
guild-specific emoji, so I've removed the parts of the documentation
referencing this restriction.
8 years ago
Rapptz
711dfb83ab
Allow creating a channel with a category.
8 years ago
Rapptz
6d6ce14d7c
Fix Guild.system_channel always returning None.
Fixes #811
8 years ago
Rapptz
148816c4e8
Temporarily add created channels to cache.
This should fix issues when doing a `abc.GuildChannel.edit` immediately
afterwards and then when the corresponding CHANNEL_CREATE comes in the
channel instance should hopefully be overwritten by the authoritative
figure, the WebSocket.
8 years ago
Rapptz
95c28f08e4
Fix sorting for channels.
8 years ago
Jake
3e00e7fe8a
[guild] use a defaultdict in by_category
8 years ago
Rapptz
7b2e06c263
Fix error when creating guild channels.
8 years ago
Rapptz
7df8897e3d
Add Guild.create_category.
An alias, Guild.create_category_channel is provided.
8 years ago
Rapptz
53b4890435
Add category support.
This adds:
* CategoryChannel, which represents a category
* Guild.by_category() which traverses the channels grouping by category
* Guild.categories to get a list of categories
* abc.GuildChannel.category to get the category a channel belongs to
* sync_permissions keyword argument to abc.GuildChannel.edit to sync
permissions with a pre-existing or new category
* category keyword argument to abc.GuildChannel.edit to move a channel
to a category
8 years ago
Rapptz
3cd1fdc1eb
Document new features for guilds.
8 years ago
Rapptz
1367877d36
Fix crashing for now when a category is created.
A full implementation will come later.
8 years ago
Rapptz
37b0fdb898
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
8 years ago
Rapptz
13c6a0a17a
Add support for Guild.system_channel
8 years ago
Rapptz
e493f1f2f4
Remove Guild.create_invite too since it relies on a default channel.
8 years ago
Rapptz
3dc1195637
Remove Guild.default_channel
The concept no longer exists.
8 years ago
khazhyk
2c4876f2e7
add Guild.icon_url_as
Guild icons can also be up to 1024px, jpg, png, or webp
8 years ago
Rapptz
06c99533de
Fix passing None to afk_channel in Guild.edit.
8 years ago
Rapptz
a8474ed6d3
Document that exceptions happen in Guild.audit_logs.
8 years ago
Rapptz
f588876587
Use Python3Lexer instead of PythonLexer for pygments.
8 years ago
Rapptz
f4e01b3a92
Make supported operations stand out more than attributes.
8 years ago
Rapptz
f73eb087c9
Use describe instead of tables for supported operations.
8 years ago
Rapptz
b44bba6ee6
First pass at documentation reform.
8 years ago
Rapptz
8081a654e8
Remove Guild.change_vanity_invite in favour of Guild.edit
8 years ago
Rapptz
a0fc1402d7
Rename GuildRegion to VoiceRegion.
This naming makes more sense since voice regions are not a guild
exclusive concept.
8 years ago
Rapptz
dff6bcc745
Add support for audit log reasons.
Most routes now have a 'reason' keyword argument.
8 years ago
Rapptz
ba2dad2093
Add support for setting and retrieving guild vanity invites.
8 years ago
Twentysix
86b9099f3a
Changed audit_log to audit_logs in documentation
8 years ago
Rapptz
c54a6a927d
Implement audit logs.
8 years ago
Rapptz
65bd510df6
Add Guild.voice_client shortcut.
8 years ago
Rapptz
728fae9285
Add Guild.explicit_content_filter.
8 years ago
Rapptz
9fcbe5c678
Sort Guild.text_channels and Guild.voice_channels in UI order.
8 years ago
Rapptz
9a1215e13b
Add support for message acking.
8 years ago
Rapptz
b2ffeac297
Make Guild.large a property instead of an attribute.
8 years ago
Rapptz
6516932e67
Fix Guild.bans to return a BanEntry object.
8 years ago
Rapptz
3504de4635
Fix more places where server is used instead of guild in docstrings.
8 years ago
Rapptz
274e6af0dd
Fix support for instant invites.
8 years ago
Rapptz
3a24cda927
Faster implementation of Guild.default_channel.
8 years ago
Rapptz
81baafa1e2
Change Role.is_everyone to Role.is_default.
8 years ago
Rapptz
ff9f5749e1
Update copyright year to 2017.
8 years ago
Rapptz
f465f88d81
Reimplement Guild.me property without patching it in.
8 years ago
Rapptz
ced617e786
Use the improved role creation endpoint for making roles.
8 years ago
Rapptz
b09f25293b
Use CDN URL for Guild.icon_url.
8 years ago
Rapptz
5e201be792
Fix typo in Guild.invites
8 years ago
Rapptz
3780943d0a
Add Guild.create_text_channel and Guild.create_voice_channel.
8 years ago
Rapptz
d13df30e2a
Add ability to edit guild invite splashes.
8 years ago
Rapptz
aae8b783e9
VoiceChannel.voice_members is now computed when needed.
8 years ago
Rapptz
4bd8382e06
Fix bug that caused Guild instances to be in VoiceChannel.voice_members
8 years ago
Rapptz
d93067ca0f
Add Guild.chunked property.
8 years ago