enzosk8
da335b95c4
Fix general typos ( #852 )
8 years ago
Alex Gravely
ec03883e26
Create unspecified channel object for unknown channel types ( #811 )
* Partial fix of #810 , addresses critical connection issues.
* Implement fix for REST.
* Implement fix on RestChannel.
8 years ago
Christopher F
608bc359ee
Removed IChannel#Nsfw, added to ITextChannel
8 years ago
Christopher F
182f00f8ce
Reworked IChannel.IsNsfw to support the new API flag ( #771 )
IChannel.IsNsfw will now return false when being used on any channel
that is not an ITextChannel. When being used on an ITextChannel, this
will now account for the API flag, and fall back to the channel name.
(this is gross design, thanks discord)
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
e762dddfbb
Added SnowflakeUtils
8 years ago
RogueException
21c38412ad
Changed snowflake GetCreatedAt() -> CreatedAt
9 years ago
RogueException
8b24b01718
Fixed SO in RestChannel.Create
9 years ago
RogueException
090a1bc736
Added IMessage.Tags
9 years ago
RogueException
f41df1f966
Exposed RequestOptions
9 years ago
RogueException
7df38fea3a
Added missing ToString and DebuggerDisplays
9 years ago
RogueException
a93ddbaeb2
Cleaned up paged enumerables
9 years ago
RogueException
4678544fed
Added remaining gateway events, added IAudioChannel, added CacheModes
9 years ago
RogueException
e038475ab4
Removed old bucket system, cleaned up api calls. Fixed compile errors.
9 years ago
RogueException
dd86f03306
Started converting websocket and rpc classes
9 years ago