andrei
3bb63c4c2a
nitpick fix
8 years ago
andrei
0842e82365
Bump to v0.0.10
8 years ago
andrei
9d595047c3
Actually properly fix GatewayEvent proxying once and for all
8 years ago
andrei
bc247c7d21
Add support for ArgumentParser based parsing
8 years ago
andrei
163b62e418
Fix proxy getattr on Python 2.x
8 years ago
Andrei
3470be1345
Bump to v0.0.9, include pyyaml in requirements
8 years ago
Andrei
00edde0896
Documentation fixes / updates for channels
8 years ago
Andrei
f3b3dd47b5
Add EXTREME verification level
8 years ago
Andrei
e7a75c2a0d
Properly proxy getattr within GatewayEvent ( fixes #31 )
8 years ago
Andrei
9fdfecd7f7
Include @everyone role within Guild.get_permissions ( fixes #30 )
Previouslly this was ommited erroneously
8 years ago
Andrei Zbikowski
b2abc46122
Rework Documentation ( #20 )
* First stab at reworking docs
* Take a stab at some client documentation
* More DOCS stuff
* more docs stuff
8 years ago
andrei
4a416788cc
Fix typo in readme
8 years ago
andrei
f14f316ebc
Fix image hashes incorrectly using `binary` type
For some reason when I initially built disco I made these types binary.
They are not binary. They are ascii hash-strings. So lets make them
strings. This fixes the Python 3 oddities described in #29 related to
formatting byte strings into normal strings.
8 years ago
Andrei
4ef91c8b15
Replace Message.get_reactors w/ Message.get_reactors_iter
Ideally this is the only implementation that makes sense. Users wishing
to only load some reactors should use the actual HTTP client routes.
8 years ago
Andrei
960478110e
Add support for paginating over message reactors
Ideally I should go back now and implement Paginator for other classes,
but for now this is fine.
8 years ago
Andrei
dc7e282943
Add get_icon_url/get_splash_url for Guild's
8 years ago
Andrei
e981cfd79b
http - better output when validation error occurs
8 years ago
Andrei
ebe6b5d0ce
state - fix untracked/stale users
8 years ago
Andrei
e357162c00
Fix Py3 warning in OpusEncoder
8 years ago
Andrei
b971eacdcb
Improve voice logging, add log level to disco.cli arguments
8 years ago
Andrei
517cc561ae
Allow loading plugin class instances
8 years ago
Andrei
6c76a9a8da
Create data if loaded object is empty
8 years ago
Andrei
b590f8b30f
Fix groups not being added to regex string
8 years ago
Andrei
6e8719b128
Add tests for Channels
8 years ago
Andrei
3e7c0a1ae3
Add support for detecting NSFW channels
8 years ago
Andrei
01820d2bc9
Fix some issues with the way command regexes work
- Remove the limitation that prevented us from surpassing 100 commands
- Fix CommandEvent.name being the full command string, and not just the
command name
- Fix the error thrown on mismatched args being utter trash
8 years ago
Andrei
2161977902
Fix issue with sanitization
8 years ago
Andrei
9da191ae91
Proper time conversion
8 years ago
Andrei
898ba53f27
s/isoformat/strftime
8 years ago
Andrei
a544a6d020
Add snowflake-utils from_datetime and from_timestamp
8 years ago
Andrei
3410849543
Fix cases where member presence can be stomped on
8 years ago
Andrei
fb9128a092
Bump holster version
8 years ago
Andrei
34615cc398
Use proper URL format for deleting message reaction
8 years ago
Andrei
c7a4b25c7b
s/uesr_id/user_id
8 years ago
Andrei
8687a47c14
Add Guild.get_invites, Guild.get_emojis, MessageReactionAdd.delete
8 years ago
Andrei
5ca596b889
Add ability to pass conditional to Plugin.wait_for_event
8 years ago
Andrei
d9f619f007
Rename Invite.create -> create_for_channel
This was smashing a base model method
8 years ago
Andrei
2970466311
Add Chainable/async utils
8 years ago
Andrei
33f77869d5
Add GuildEmoji.delete
8 years ago
Andrei
1f50274554
Fix users loaded in GuildCreate missing presence information
The presence data comes sep. from the users info here, so we need to
load it.
8 years ago
Andrei
7256ff35fc
Fix API-returned GuildEmoji's not having guild_id set
8 years ago
Andrei
701b0d2437
Bump holster, fix bug with sanitizing mentions
8 years ago
Andrei
bd431d949e
Bump holster version
8 years ago
Andrei
a8a2c64e95
Add support for multiple attachments
This also deprecates the attachment keyword argument.
8 years ago
Andrei
a52ab456b1
Deprecate Message.create_reaction in favor of Message.add_reaction
This naming scheme was garbage and always tripped me up. In favor of
having a more intuitive (and less _technically_ correct) interface,
we'll swap the name up.
8 years ago
Andrei
b82c3ab69a
Add explicit_content_filter and default_message_notifications to guilds
Previously missing.
8 years ago
Andrei
db54d2a392
Fix issues with calculating abbreviations ( closes #15 )
8 years ago
Andrei Zbikowski
43c1838011
Refactor storage module, greatly simplify ( #22 )
8 years ago
Jamie Bishop
f155128bb0
Fixed typo in example ( #23 )
8 years ago
Andrei
281e686232
Add some additional requirement options
8 years ago