Skip to content

Commit

Permalink
Update 2.6 (#4)
Browse files Browse the repository at this point in the history
* Add: IDiscordTextChannel abstraction
Add: basic reaction routes
Add: additional cache optimizations

* Moved: interfaces

* Add: GetMessages, DeleteBulk, TriggerTyping routes

* Fix: Dummy interface not having all methods

* Fix: Test mechanic to InMemory to avoid CI complications

* Update dotnet version

* Gateway updates for Emoji, reactions

* Update .travis.yml

* Move DiscordEmoji to general struct

* Some fixes

* Major improvements to caching

* Finished 2.6.0 update
  • Loading branch information
velddev authored Oct 23, 2018
1 parent 7579bc1 commit 3da289f
Show file tree
Hide file tree
Showing 56 changed files with 797 additions and 878 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: csharp
solution: Miki.Discord.sln
mono: none
dotnet: 2.1.302
dotnet: 2.1.402
services:
- redis
script:
- dotnet restore
- dotnet build
- dotnet test Miki.Discord.Tests
Loading

0 comments on commit 3da289f

Please sign in to comment.