2158 Commits (2a33bb0c122d12f7c642bc9399421a70bc865324)
 

Author SHA1 Message Date
  RogueException 2c990f08f8 Readded fluent-style to EmbedBuilder 8 years ago
  RogueException 593ba46f1c Cleaned up command builders and async func names 8 years ago
  RogueException 7505831998 Added custom messages to Preconditions 8 years ago
  RogueException 4553aa6557 Merge branch 'FiniteReality-feature/command-builders' into dev 8 years ago
  RogueException a73e411edb Merge branch 'feature/command-builders' of git://github.com/FiniteReality/Discord.Net into FiniteReality-feature/command-builders 8 years ago
  FiniteReality 196cce05af Clean up attribute checking and extraneous casts 8 years ago
  FiniteReality de645548a9 Complete command builders implementation 8 years ago
  RogueException f417c2b516 Removed no-build from build script 8 years ago
  RogueException c74a44d3ad Minor edit 8 years ago
  RogueException f3a9abb95a Improved compilation dependencies in README 8 years ago
  RogueException 675dab70f0 Update compiling and known issues in README 8 years ago
  RogueException d21dd7d943 Minor edit 8 years ago
  RogueException 42cbd67ee0 Removed prerelease tag from project.json 8 years ago
  RogueException b92747d8b7 Use BuildCounter suffix in build script 8 years ago
  RogueException cf42bd1854 Restored project.json and old build script 8 years ago
  RogueException 9b79019b54 Merge pull request #355 from AntiTcb/fix/enumTypeReader 8 years ago
  RogueException a8b399c8f6 Add version suffix to build script 8 years ago
  RogueException 6998e9262e Updated build script for .Net Core Preview 3 tooling 8 years ago
  RogueException 0f674d2404 Updated dependencies to .NET Core 1.1 8 years ago
  RogueException f5c183c32f Merge branch 'ObsidianMinor-migrate-to-vs2017' into dev 8 years ago
  ObsidianMinor ddca1bc6a4 Migrated projects to Visual Studio 2017 8 years ago
  AntiTcb ef0337752e Proper fix this time, fully tested on names and values. 8 years ago
  FiniteReality 6d46347ebc Finish implementation of command builders 8 years ago
  RogueException 228209aec8 Ensure rate limits are updated when requests fail 8 years ago
  RogueException 853f8f2e6b Added prefixless TagHandling, added startIndex to resolve, fixed bugs. 8 years ago
  AntiTcb 59d393b357 Values in ImmutableDictionaries were strings rather than enumType 8 years ago
  FiniteReality ab95ced41d Use default TypeReader if not overriden 8 years ago
  FiniteReality d25fbf78c0 Use lambda-style subbuilders 8 years ago
  FiniteReality af433c82cc Complete builders, start work on using them 8 years ago
  Christopher F c137dce6c9 Merge pull request #354 from zenima/docupdate/status 8 years ago
  zenima b82666b47f Fixed a typo which prevented syntax highlight in samples/faq/status.cs 8 years ago
  zenima 13f48424d5 Updated ModifyStatus sample 8 years ago
  RogueException cabbd0de89 Dont nullref in SendMessageAsync if no embed is provided 8 years ago
  RogueException bdb44f3606 Minor edit 8 years ago
  RogueException 8fea0fa87c Merge branch 'AntiTcb-fix/enumTypeReader' into dev 8 years ago
  RogueException 4180856e39 Merge branch 'fix/enumTypeReader' of git://github.com/AntiTcb/Discord.Net into AntiTcb-fix/enumTypeReader 8 years ago
  RogueException af6c3e10c3 Cleaned up EmbedBuilder 8 years ago
  RogueException c2722cf7c4 SendMessage should accept EmbedBuilder directly 8 years ago
  RogueException ce05707590 Merge branch 'feature/rich-embeds' into dev 8 years ago
  RogueException 8c5f5ffb7d Merge branch 'dev' into feature/rich-embeds 8 years ago
  FiniteReality f95154af23 Start work on command builders 8 years ago
  RogueException b2948deaf7 Fixed unused timeout const, dropped default request timeout to 15s. 8 years ago
  RogueException 4633735ae9 Created ClientBucketType enum 8 years ago
  RogueException 91e6cb98c3 Merged request BucketId and ClientBucketId. Added IsClientBucket. 8 years ago
  RogueException 2e95e4232f Disabled rate limit debugging by default 8 years ago
  RogueException 7773e1d1cb Removed old GetBucketId function 8 years ago
  RogueException d402d8bff1 Merge pull request #346 from ObsidianMinor/dev 8 years ago
  Christopher F 3698dbfedc Only allow messages with an embed present to be sent with no content 8 years ago
  Christopher F 754970bb56 When sending a message with no content, do not send a null value. 8 years ago
  Christopher F 8866a1499c Allow content to be empty when sending a message 8 years ago