index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
guild.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
guild.py: change wording for create_role error
numbermaniac
2019-03-24
1
-1
/
+1
*
Add Guild.max_presences and Guild.max_members
NCPlayz
2019-03-22
1
-1
/
+7
*
Add support for guild widget
NCPlayz
2019-03-19
1
-0
/
+26
*
Expose Metadata
NCPlayz
2019-03-19
1
-1
/
+26
*
Organise documentation
NCPlayz
2019-03-19
1
-95
/
+95
*
Add support for store channels.
Rapptz
2019-03-17
1
-5
/
+7
*
Consider news channel type as a TextChannel
Jeremy "EndenDragon" Zhang
2019-03-16
1
-1
/
+1
*
Add support for reading guild descriptions
Nadir Chowdhury
2019-03-13
1
-1
/
+5
*
Add support for guild banners
SnowyLuma
2019-03-09
1
-5
/
+60
*
Add support for guild descriptions
Tarek1337
2019-03-08
1
-0
/
+3
*
guild.py: change word in create_role's docstring
numbermaniac
2019-03-08
1
-1
/
+1
*
Expose more information from partial invites, along with counts.
Rapptz
2019-02-12
1
-5
/
+5
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Allow additional parameters on channel creation
Tyler
2019-01-28
1
-10
/
+39
*
Fix typo in exception message in Guild.edit
Rapptz
2018-12-17
1
-2
/
+2
*
Add support for explicit_content_filter in Guild.edit
Rapptz
2018-12-17
1
-0
/
+7
*
Add support for mobile indicators and per-client statuses.
Rapptz
2018-12-14
1
-2
/
+2
*
Fix bug in Guild.splash_url
Rapptz
2018-11-26
1
-1
/
+1
*
Add support for default notification level in audit logs and Guild.edit
Rapptz
2018-11-25
1
-0
/
+9
*
Add Guild.default_notifications
Chris
2018-11-24
1
-2
/
+5
*
Add support for multiple activities
SnowyLuma
2018-11-24
1
-1
/
+1
*
[lint] Remove extra whitespace in guild.py
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+0
*
Add Guild.splash_url_as
Matt (IPv4)
2018-10-11
1
-5
/
+36
*
Fix up Guild.create_custom_emoji docstring.
Rapptz
2018-10-03
1
-1
/
+1
*
Add note regarding MORE_EMOJI in Guild.create_custom_emoji
MusicOnline
2018-10-03
1
-1
/
+2
*
Correct Guild.create_custom_emoji documentation
MusicOnline
2018-10-02
1
-2
/
+2
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-23
/
+32
*
Correct note note about editing emoji in Guild.create_custom_emoji.
Vexs
2018-09-20
1
-2
/
+0
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-5
/
+5
*
Implement roles kwarg for guild.create_custom_emoji and emoji.edit
PikalaxALT
2018-08-22
1
-2
/
+6
*
Remove remaining asyncio.coroutine calls.
bmintz
2018-07-05
1
-4
/
+2
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-53
/
+36
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-11
/
+20
*
Document user parameter in Guild.get_ban
Rapptz
2018-05-08
1
-0
/
+5
*
Add support for getting individual ban entries
slice
2018-05-07
1
-0
/
+30
*
Actually fix the order in Guild.by_category.
Rapptz
2018-03-31
1
-2
/
+2
*
Flip comparison in Guild.by_category.
Rapptz
2018-03-31
1
-1
/
+1
*
Sort voice channels below text channels in Guild.by_category
Rapptz
2018-03-25
1
-1
/
+1
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-3
/
+2
*
Add intersphinx
Tobotimus
2018-01-06
1
-16
/
+16
*
Further clarify how bots can interact with emoji endpoints
Pandentia
2017-10-03
1
-0
/
+2
*
Remove reference to "whitelisted" bots for emoji endpoints
Pandentia
2017-10-03
1
-5
/
+0
*
Allow creating a channel with a category.
Rapptz
2017-09-29
1
-6
/
+17
*
Fix Guild.system_channel always returning None.
Rapptz
2017-09-26
1
-1
/
+1
*
Temporarily add created channels to cache.
Rapptz
2017-09-23
1
-3
/
+15
*
Fix sorting for channels.
Rapptz
2017-09-21
1
-5
/
+5
*
[guild] use a defaultdict in by_category
Jake
2017-09-20
1
-8
/
+3
*
Fix error when creating guild channels.
Rapptz
2017-09-13
1
-2
/
+2
*
Add Guild.create_category.
Rapptz
2017-09-13
1
-2
/
+12
[next]