AntiTcb
|
50c2cc2783
|
Revert "Add ulong overload to IMessageChannel.DeleteMessagesAsync()"
This reverts commit 95c534879d.
|
8 years ago |
AntiTcb
|
95c534879d
|
Add ulong overload to IMessageChannel.DeleteMessagesAsync()
|
8 years ago |
Christopher F
|
576a52cdc6
|
Restructure and replace emojis with a new emote system (#619)
|
8 years ago |
Christopher F
|
7f1fc286cf
|
Add IChannel.Nsfw, RequireNsfw precondition (#633)
* Add IChannel.Nsfw, RequireNsfw precondition
* Refactored IChannel.Nsfw to IsNsfw, removed NsfwUtils
Per pull-request feedback
* proper nsfw channel check
|
8 years ago |
RogueException
|
a306d83283
|
Added net45 TFM
|
8 years ago |
RogueException
|
e762dddfbb
|
Added SnowflakeUtils
|
8 years ago |
RogueException
|
cbb38bd101
|
Hide Entity.Discord property
|
9 years ago |
RogueException
|
158ce0f922
|
Started adding IAudioClient incoming stream creation/destruction events
|
9 years ago |
RogueException
|
bf0be82d15
|
Added IWebhookUser and MessageSource
|
9 years ago |
RogueException
|
22e6b0f386
|
Fixed RpcChannelSummary accessibilities
|
9 years ago |
RogueException
|
84b3d24175
|
Merge pull request #549 from Mushroom/reactions
Added support for reaction 'me' field
|
9 years ago |
RogueException
|
711a4e90a4
|
Renamed AvatarFormat -> ImageFormat. Cleaned up.
|
9 years ago |
RogueException
|
6dd2e0a708
|
Merge pull request #573 from james7132/auto-avatar
Automatic animated avatar detection
|
9 years ago |
RogueException
|
1d5b7a2b01
|
Removed Unknown status
|
9 years ago |
james7132
|
bfc4fd686e
|
Automatic animated avatar detection
|
9 years ago |
Mushroom
|
78076bd9df
|
Added support for reaction 'me' field
|
9 years ago |
Christopher F
|
2db60749ca
|
Add IsUnique parameter to CreateChannelInvite
Resolves #469
|
9 years ago |
Christopher F
|
c486f0ee50
|
Don't force avatar formats
|
9 years ago |
Christopher F
|
a5adc8a129
|
Cleanup from rebase
|
9 years ago |
Christopher F
|
6116c1bcef
|
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)
This is to support the new user image endpoint, which provides a parameter for image resizing.
|
9 years ago |
RogueException
|
d9fd0c34e4
|
Fixed bugs with creating invites
|
9 years ago |
RogueException
|
fe35400498
|
Cleanup
|
9 years ago |
RogueException
|
ea0044cb87
|
Made IVoiceChannel.UserLimit nullable
|
9 years ago |
RogueException
|
e2934abe29
|
Made API models internal. Removed Discord.Net.API.
|
9 years ago |
RogueException
|
2c075e186a
|
Added support for custom ModuleBase command contexts. Added SocketCommandContext/RpcCommandContext.
|
9 years ago |
RogueException
|
572c0e6c6b
|
Renamed new params classes to XXXProperties
|
9 years ago |
RogueException
|
8326d01f62
|
Isolated API definitions to their own library
|
9 years ago |
RogueException
|
8f87b2cc71
|
Added support for .NET Standard 1.1 and 1.2
|
9 years ago |
RogueException
|
b9eeac9105
|
Merge branch 'dev' into feature/reactions
|
9 years ago |
RogueException
|
53ee30c648
|
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
|
9 years ago |
RogueException
|
853f8f2e6b
|
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
|
9 years ago |
RogueException
|
c2722cf7c4
|
SendMessage should accept EmbedBuilder directly
|
9 years ago |
Christopher F
|
bad7d827c3
|
Modify SendMessage to include an embeds field
|
9 years ago |
Christopher F
|
6b5a4b3ee6
|
Support the "Clear Reactions" endpoint
|
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 |
RogueException
|
b23d839d8b
|
Made RequestOptions in XXXMessage.DeleteAsync optional
|
9 years ago |
RogueException
|
313c957a34
|
Default isTTS to false on Send methods
|
9 years ago |
RogueException
|
a464f9ec3a
|
Fixed errors caused by #321
|
9 years ago |
RogueException
|
c497f95d35
|
Readded navigational props to interfaces
|
9 years ago |
RogueException
|
75fb31e939
|
Removed IDiscordClient reference from IEntity
|
9 years ago |
RogueException
|
21c38412ad
|
Changed snowflake GetCreatedAt() -> CreatedAt
|
9 years ago |
RogueException
|
49070f3075
|
Went a tad overboard
|
9 years ago |
RogueException
|
5c33e28757
|
Added missing ConfigureAwaits
|
9 years ago |
RogueException
|
16c67e79e9
|
Added RPC channel and guild entities, Get and Select methods
|
9 years ago |
RogueException
|
f584bd6e28
|
Added RPC Get/Set VoiceSettings
|
9 years ago |
RogueException
|
4a8ebff775
|
Added ToString/DebuggerDisplay to new RPC classes
|
9 years ago |