Confruggy
7b1db31985
Update MessageHelper.cs
9 years ago
FiniteReality
2e2fbaa5f3
Add mentionable property to ModifyGuildRoleParams
Allows roles to be configured to be mentionable, fixes #424
9 years ago
RogueException
c102f52bfa
Merge branch 'issue/379' into dev
9 years ago
RogueException
86d9f52438
Cleaned up new params
9 years ago
RogueException
b166683704
Added missing IDisposables
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
Christopher F
3fc043132b
docstrings for modify params, minor bugfixes
9 years ago
Christopher F
64681856b1
Create wrapper modify objects
this was a big one
9 years ago
RogueException
f56a1b653d
Cleaned up Reactions PR
9 years ago
RogueException
2e1ec5803b
Added AddReactions to Permission constructors
9 years ago
RogueException
b9eeac9105
Merge branch 'dev' into feature/reactions
9 years ago
RogueException
08d85cd2d9
Merge pull request #375 from LassieME/embed/fix-urls-add-timestamp
Adds Timestamps to embeds, and removes Image and Thumbnail-Builders
9 years ago
RogueException
d74257cb69
Drop applicationinfo cache on logout, fixed RPC appinfo exception.
9 years ago
Christopher F
6519b300d9
ModifyAsync will accept an EmbedBuilder
**This is not a breaking change**.
This change begins to implement #379 , where IUserMessage.ModifyAsync will now accept a `Discord.ModifyMessageParams` func over a `Discord.API.Rest.ModifyMessageParams` func.
9 years ago
Sindre G. Langhus
54dd0a5cec
Fixed ordering.
9 years ago
Sindre G. Langhus
a455ccc334
Adds a timestamp and fixes Volts issues with Thumbnail and Image URLs.
9 years ago
Sindre G. Langhus
09608b79c3
Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds.
9 years ago
RogueException
9784a0324c
Create a RestUser for messages if a user isn't cached.
9 years ago
RogueException
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
9 years ago
RogueException
42cbd67ee0
Removed prerelease tag from project.json
9 years ago
RogueException
cf42bd1854
Restored project.json and old build script
9 years ago
RogueException
0f674d2404
Updated dependencies to .NET Core 1.1
9 years ago
ObsidianMinor
ddca1bc6a4
Migrated projects to Visual Studio 2017
9 years ago
RogueException
853f8f2e6b
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
9 years ago
RogueException
cabbd0de89
Dont nullref in SendMessageAsync if no embed is provided
9 years ago
RogueException
c2722cf7c4
SendMessage should accept EmbedBuilder directly
9 years ago
RogueException
8c5f5ffb7d
Merge branch 'dev' into feature/rich-embeds
9 years ago
RogueException
b2948deaf7
Fixed unused timeout const, dropped default request timeout to 15s.
9 years ago
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