Christopher F
1ed4f703bf
Cache the current application on DiscordSocketClient
2016-11-26 14:59:20 -05:00
Christopher F
defc8f1c4e
Add docstrings to preconditions.
2016-11-25 18:09:18 -05:00
Christopher F
ea148db08b
Add RequireBotPermission, rename RequirePermission
...
This is a breaking change.
Adds a precondition that requires the bot has a specified permission (Resolves #211 ).
Renames RequirePermission to RequireUserPermission.
2016-11-25 17:48:08 -05:00
Christopher F
fdecfe6bd4
Add RequireOwner Precondition
...
This precondition will require that the invoker of the command is the owner of the bot.
2016-11-25 17:44:37 -05:00
Christopher F
8ec80663f0
Merge pull request #372 from LassieME/embed/add-thumbnail-image-builders
...
Builders for Thumbnail and Image embeds
2016-11-22 18:36:28 -05:00
Sindre G. Langhus
8cf0911a4b
DebuggerDisplay fix.
2016-11-23 00:35:31 +01:00
Sindre G. Langhus
4cb7929735
Spacing
2016-11-23 00:27:33 +01:00
Sindre G. Langhus
f8e3ac9910
Something like this perhaps
2016-11-23 00:10:01 +01:00
Sindre G. Langhus
6cdf5ee90e
Removed Height/Width.
2016-11-22 23:38:43 +01:00
Sindre G. Langhus
09608b79c3
Adds builders for Thumbnail and Image embeds, and adds json model for Video and Image embeds.
2016-11-22 22:22:16 +01:00
RogueException
ff33b3b7a3
Merge branch 'Davipb-issues/262' into dev
2016-11-19 09:33:17 -04:00
Davipb
b0286975cd
Fix parsing of multiple quoted parameters
...
This should Fix #262
2016-11-19 11:05:53 -02:00
RogueException
d1b25011dd
Merge pull request #362 from aequasi/patch-1
...
Updating CDN url
2016-11-19 00:24:32 -04:00
Aaron Scherer
8b8163fc2c
Updating CDN url
2016-11-18 15:16:42 -08:00
RogueException
9784a0324c
Create a RestUser for messages if a user isn't cached.
2016-11-18 14:25:01 -04:00
RogueException
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
2016-11-18 14:14:11 -04:00
RogueException
3a5e4b23da
Added IGuildUser.ChangeRolesAsync
2016-11-18 09:00:01 -04:00
RogueException
2c990f08f8
Readded fluent-style to EmbedBuilder
2016-11-18 08:33:34 -04:00
RogueException
593ba46f1c
Cleaned up command builders and async func names
2016-11-18 08:18:00 -04:00
RogueException
7505831998
Added custom messages to Preconditions
2016-11-18 06:36:51 -04:00
RogueException
4553aa6557
Merge branch 'FiniteReality-feature/command-builders' into dev
2016-11-18 06:11:42 -04:00
RogueException
a73e411edb
Merge branch 'feature/command-builders' of git://github.com/FiniteReality/Discord.Net into FiniteReality-feature/command-builders
2016-11-18 06:11:07 -04:00
FiniteReality
196cce05af
Clean up attribute checking and extraneous casts
...
This probably isn't all of them. This is what I get for copy+pasting code.
2016-11-18 09:24:31 +00:00
FiniteReality
de645548a9
Complete command builders implementation
...
In theory this should just work, more testing is needed though
2016-11-18 09:14:19 +00:00
RogueException
f417c2b516
Removed no-build from build script
2016-11-17 19:48:04 -04:00
RogueException
c74a44d3ad
Minor edit
2016-11-17 16:42:00 -04:00
RogueException
f3a9abb95a
Improved compilation dependencies in README
2016-11-17 16:41:06 -04:00
RogueException
675dab70f0
Update compiling and known issues in README
2016-11-17 16:30:37 -04:00
RogueException
d21dd7d943
Minor edit
2016-11-17 16:25:56 -04:00
RogueException
42cbd67ee0
Removed prerelease tag from project.json
2016-11-17 16:23:12 -04:00
RogueException
b92747d8b7
Use BuildCounter suffix in build script
2016-11-17 16:18:49 -04:00
RogueException
cf42bd1854
Restored project.json and old build script
2016-11-17 16:18:49 -04:00
RogueException
9b79019b54
Merge pull request #355 from AntiTcb/fix/enumTypeReader
...
Values in ImmutableDictionaries were strings rather than enumType
2016-11-17 15:24:17 -04:00
RogueException
a8b399c8f6
Add version suffix to build script
2016-11-17 14:34:15 -04:00
RogueException
6998e9262e
Updated build script for .Net Core Preview 3 tooling
2016-11-17 18:17:05 -04:00
RogueException
0f674d2404
Updated dependencies to .NET Core 1.1
2016-11-17 17:30:51 -04:00
RogueException
f5c183c32f
Merge branch 'ObsidianMinor-migrate-to-vs2017' into dev
2016-11-17 17:17:34 -04:00
ObsidianMinor
ddca1bc6a4
Migrated projects to Visual Studio 2017
2016-11-17 10:05:30 -06:00
AntiTcb
ef0337752e
Proper fix this time, fully tested on names and values.
2016-11-16 23:16:37 -05:00
FiniteReality
6d46347ebc
Finish implementation of command builders
2016-11-16 21:01:11 +00:00
RogueException
228209aec8
Ensure rate limits are updated when requests fail
2016-11-16 16:26:06 -04:00
RogueException
853f8f2e6b
Added prefixless TagHandling, added startIndex to resolve, fixed bugs.
2016-11-16 16:26:06 -04:00
AntiTcb
59d393b357
Values in ImmutableDictionaries were strings rather than enumType
2016-11-16 11:43:23 -05:00
FiniteReality
ab95ced41d
Use default TypeReader if not overriden
2016-11-15 21:57:27 +00:00
FiniteReality
d25fbf78c0
Use lambda-style subbuilders
2016-11-15 21:50:10 +00:00
FiniteReality
af433c82cc
Complete builders, start work on using them
2016-11-15 21:28:04 +00:00
Christopher F
c137dce6c9
Merge pull request #354 from zenima/docupdate/status
...
Doc update for modify user sample code
2016-11-15 14:18:23 -05:00
zenima
b82666b47f
Fixed a typo which prevented syntax highlight in samples/faq/status.cs
2016-11-15 09:10:56 +01:00
zenima
13f48424d5
Updated ModifyStatus sample
2016-11-15 09:06:15 +01:00
RogueException
cabbd0de89
Dont nullref in SendMessageAsync if no embed is provided
2016-11-14 22:48:55 -04:00