Christopher F
bad7d827c3
Modify SendMessage to include an embeds field
9 years ago
Christopher F
52f979ec8a
Support sending rich embeds, add an Embed Builder
9 years ago
Christopher F
63b06ff477
Support Rich Embeds on Entities
9 years ago
RogueException
b1506879db
Cleaned up Hierarchy PR
9 years ago
RogueException
c037865b28
Cleaned up PR
9 years ago
Christopher F
6b5a4b3ee6
Support the "Clear Reactions" endpoint
9 years ago
Sindre
a6f89b7c36
Solves Issue 342, but there might be a cleaner way to do this that doesnt make you end up with a IGuild in the RestRole.
9 years ago
Christopher F
8dfc6aea67
Add optional user/message/channel objects to Reactions
9 years ago
Christopher F
718560917c
RequestOptions should be optional on Reactions
9 years ago
Christopher F
c6d9bbf063
Clean up some bugs when parsing unicode emoji
9 years ago
Christopher F
e2e2c4308d
Refactor, rearrange, reimplement reactions; receive over gateway
9 years ago
Christopher F
7018bc9c58
"""Support""" the 'reactions' field on message objects
this is all really broken
9 years ago
Christopher F
838d60e2c2
Add API model for Reaction, implement REST methods for reactions
9 years ago
james7132
97a6bf6b6e
Add IGuildUser.Hirearchy, added docstrings
Property can be renamed as needed.
9 years ago
james7132
2e9bca5b85
Fix role comparison
9 years ago
james7132
08c7b49aae
Remove IComparable<IGuildUser>
9 years ago
james7132
50d1aa0689
Implemented IComparable<IRole> on IGuildUser
9 years ago
james7132
f3cd96d2fe
Implemented IComparable<T> on IRole and IGuildUUser
9 years ago
RogueException
043f8ded85
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.
9 years ago
RogueException
b23d839d8b
Made RequestOptions in XXXMessage.DeleteAsync optional
9 years ago
RogueException
313c957a34
Default isTTS to false on Send methods
9 years ago
Christopher F
2cbfaa5498
Remove unnecessary slash in RestInvite#Url
thanks to auxesis for the find
9 years ago
RogueException
a464f9ec3a
Fixed errors caused by #321
9 years ago
james7132
7dbd2b5325
Fix #320
I'm not entirely sure this is the proper way to fix this. However, it seems like
SendFileAsync returns the Task<RestUserMessage>, which would exit the using
block, disposing of the FileStream potentially before the Task is finished.
Changed to await the result of the task before exiting the using block.
9 years ago
RogueException
dfe654af3b
PagedAsyncEnumerator's nextPage should return false if there are no more pages.
9 years ago
RogueException
c497f95d35
Readded navigational props to interfaces
9 years ago
RogueException
75fb31e939
Removed IDiscordClient reference from IEntity
9 years ago
RogueException
6bdc0c09ca
Cleaned up TODOs
9 years ago
RogueException
21c38412ad
Changed snowflake GetCreatedAt() -> CreatedAt
9 years ago
RogueException
8b24b01718
Fixed SO in RestChannel.Create
9 years ago
RogueException
5c33e28757
Added missing ConfigureAwaits
9 years ago
RogueException
ba35f5bed1
Added IRole.IsMentionable
9 years ago
RogueException
8f5b5347b4
Update REST models on modify
9 years ago
RogueException
bedf601bfe
Added RestGuildUser IsMuted/IsDeafened
9 years ago
RogueException
a1fd14fff0
Updated Application model
9 years ago
RogueException
e4a3a9e6e2
Added ObjectOrId resolver
9 years ago
RogueException
c28751f631
Changed IMessage.ChannelId to IMessage.Channel
9 years ago
RogueException
007b4b11f0
Added WebhookId/IsWebhook to IMessage
9 years ago
RogueException
95a8f36d63
Changed IMessage's MentionedUsers to MentionedUserIds
9 years ago
RogueException
a74602d6e1
Renamed Message model's Mentions -> UserMentions, added RoleMentions
9 years ago
RogueException
090a1bc736
Added IMessage.Tags
9 years ago
RogueException
abd315ed21
Added length to Emoji
9 years ago
RogueException
b600763071
Fixed null RestMessage.Author
9 years ago
RogueException
9e982ccd4a
Added IMessage.Emojis
9 years ago
RogueException
5415b8f8f6
Renamed Emoji -> GuildEmoji
9 years ago
RogueException
472412e232
Readded IMessageChannel.TriggerTypingAsync
9 years ago
RogueException
6c77914162
Fixed a few non-optional RequestOptions
9 years ago
RogueException
f41df1f966
Exposed RequestOptions
9 years ago
RogueException
dcd94381fc
Implemented missing method and typing notifier
9 years ago
RogueException
2f3831dd6e
Claned up mentions, added sanitize handler to user/role/channel mentions
9 years ago