AntiTcb
c1522c202b
Add ulong overload to IMessageChannel.DeleteMessagesAsync()
8 years ago
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
d189bb9748
Expose the 'fields' collection on EmbedBuilder ( #603 )
* remove tip in docs about SocketEntity.Discord
* Expose the 'Fields' collection on EmbedBuilder
After some discussion I decided that there was really no reason to keep this private, and it didn't really go along with the rest of the design of the EmbedBuilder.
This is NOT a breaking change.
Exposing this property should not have any negative effects.
* Don't allow EmbedBuilder's Fields to be set to null
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
Christopher F
431b7fbd9f
Visual Studio C#7 suggestions
8 years ago
RogueException
e762dddfbb
Added SnowflakeUtils
8 years ago
Confruggy
5dba95fe59
Update ChannelHelper.cs ( #606 )
* Update ChannelHelper.cs
* typo
9 years ago
RogueException
1d57d0cba6
Add support for invites without attached users
9 years ago
RogueException
284af7b6e2
Support large DeleteMessages collections
9 years ago
RogueException
cbb38bd101
Hide Entity.Discord property
9 years ago
RogueException
e0e28c6dd1
Changed EmbedChannel's type to GuildChannel
9 years ago
RogueException
aae2667fed
Keep tags sorted when adding everyone/here mentions
9 years ago
RogueException
a7f50e7f59
Added EmbedBuilder field helpers
9 years ago
RogueException
fd72583a75
Move guild presence updates to GuildMemberUpdated. Filter duplicate UserUpdated events.
9 years ago
RogueException
8dfa0220c3
Prevent overlapping tags
9 years ago
RogueException
7d1cae8ae8
Fixed tag parsing with incomplete tags
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
20f7ba431f
Cleaned up and fixed several reorder issues.
9 years ago
Confruggy
fbd34d6719
Update MessageHelper.cs ( #508 )
9 years ago
Mateusz Brawański
efbd3cb681
GuildUserExtensions removed in favour of atomic role add/remove endpoints ( #540 )
* Removed GuildUserExtensions and moved the methods to IGuildUser and implementations
* Made changes per fox's suggestion: Change->Modify. New Modify overload.
* Oops
* Per Volt: reimplemented new endpoints
* Fixing broken docstrings
* I forgot that docstrings are XML
* Implemented atomic add/remove role endpoints
* Removed so people aren't irked
* Added single-item role add/remove methods
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
cc11d667e3
Merge pull request #574 from Sentinent/get-userreactions-fix
Fixed GetReactionsUsersAsync returning an empty enumerable
9 years ago
RogueException
1d5b7a2b01
Removed Unknown status
9 years ago
Sentinent
58d9fb1ed6
Fixed GetReactionsUsersAsync returning an empty enumerable
9 years ago
james7132
bfc4fd686e
Automatic animated avatar detection
9 years ago
Mushroom
78076bd9df
Added support for reaction 'me' field
9 years ago
RogueException
1b0e47be42
Fixed SocketRole.CompareTo
9 years ago
RogueException
1cd67c2467
Allow EmbedFieldBuilder to take object values
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
Emzi0767
9c3f858b42
Fixed couple non-default arguments in REST messages
9 years ago
RogueException
ea3a8f6a01
Added EmbedBuilder.AddField(EmbedFieldBuilder)
9 years ago
RogueException
d9fd0c34e4
Fixed bugs with creating invites
9 years ago
firebingo
7e9491fb34
Fix Issue #446 . RestUserMessage initializes _reactions even if there are no reactions so get doesn't cause exception.
9 years ago
RogueException
a75af58bdb
Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
0d433caaa6
Merge pull request #433 from Confruggy/patch-1
Fixed RemoveReactionAsync overload doesn't work with unicode emojis
9 years ago
RogueException
fe35400498
Cleanup
9 years ago
RogueException
158222bb78
Merged GuildExtensions into IGuild
9 years ago
RogueException
ea0044cb87
Made IVoiceChannel.UserLimit nullable
9 years ago
Sentinent
a03269fcf1
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
cf2596db58
Fixed a nullref when an embed is not provided to SendMessage
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago