Christopher F
1018fa6873
Merge pull request #683 from Joe4evr/QuickstartExtraComments
Added/clarified some comments in structure.cs
8 years ago
Christopher F
925ae945e1
Merge pull request #699 from Izumemori/spelling-fix
Fix spelling
8 years ago
Joe4evr
b0a3ce5e7c
Respond to feedback.
8 years ago
Izumemori
1d096a7fc5
Fix spelling
8 years ago
Joe4evr
6cdc48bfa6
Move instructions about BuildServiceProvider() up
8 years ago
Joe4evr
12acfec1db
Respond to feedback
8 years ago
Joe4evr
d05191ed05
Added/clarified some comments in structure.cs
8 years ago
BlockBuilder57
2ef53330fb
Add newest verification level
Users must have a verified phone on their Discord account.
http://i.imgur.com/BexDgzS.png
8 years ago
AntiTcb
73611d1fab
Remove IUser.CreateDMChannelAsync, implicitly implement IUser.GetDMChannelAsync
8 years ago
RogueException
8eb9b2071c
Set hasHeader in SodiumEncrypt
8 years ago
RogueException
333881a711
Expose audio header more often
8 years ago
Bond_009
892eca39fd
Update cmd docs to use IServiceProvider
8 years ago
Christopher F
3fb661a33a
fix docs compile issue
8 years ago
AntiTcb
7db38f32bb
Attach/Remove DMChannel to SocketGlobalUser.DMChannel property
8 years ago
AntiTcb
33a91ba3de
Remove redundant explicit interface definition.
8 years ago
AntiTcb
aeef5d0893
Update DM channel on entity updates.
8 years ago
AntiTcb
6fed78025c
Create DM channel if one does not exist.
8 years ago
ObsidianMinor
652fd30f65
Fixed RestGuildUser not updating RestUser properties
8 years ago
Christopher F
588df7b0c7
Merge pull request #653 from Joe4evr/quickstart-rc3
Update the quickstart structure example to rc3.
8 years ago
Joe4evr
af5fdec486
Update the quickstart structure to rc3.
8 years ago
Bond-009
a92c27da3b
Remove wrong parameter from FFMPEG audio example
This parameter was samples per frame but changed to bitrate. (1920 is a way to low bitrate :) )
8 years ago
RogueException
c01769ef4a
Updated version to 1.0.0-rc3
8 years ago
RogueException
4c7fad78e1
Build promises when guild is unavailable
8 years ago
RogueException
feebcb4838
Update System.Net.Http to 4.3.2
8 years ago
RogueException
285a0e5817
Updated deps, cleaned csprojs
8 years ago
FiniteReality
1e888cde24
Fix CheckPreconditions giving empty service provider
Parameter preconditions were always getting the empty service provider,
even when a custom one was provided in ExecuteAsync, which means that
preconditions which use services cannot work properly.
8 years ago
Christopher F
32feb0a9cf
Merge pull request #646 from FiniteReality/dev
Remove CommandService.BuildServiceCollection
8 years ago
FiniteReality
00895b1227
Remove CommandService.BuildServiceCollection
💥
8 years ago
Bond-009
a1a90ae46e
Update the example precondition to use IServiceProvider
8 years ago
Finite Reality
112a434424
Allow for case-insensitive HasStringPrefix ( #644 )
This was 👍 'd in the dev chat, I forgot to make a PR for it (whoops!)
8 years ago
Victor Möller
8f59d4423f
Fixed exemple calling old non existing function.
8 years ago
Sindre Langhus
82a413ace6
Fix for empty user objects after GUILD_MEMBER_REMOVE ( #641 )
* Made GetOrCreateUser always call AddRef and added check to PRESENCE_UPDATE to avoid readding users who have been removed from guilds
* Removed AddRef as per dev guild discussion
8 years ago
RogueException
870dc50a68
Fixed RequireNsfwAttribute definition
8 years ago
RogueException
4a128b326b
Increment globaluser refs on private channel creation
8 years ago
RogueException
bd5ec0a29a
Increment GlobalUser reference count on GuildUser creation
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
RogueException
ba1982a3f9
Replaced DependencyMap with ServiceCollection and IServiceProvider ( #625 )
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
05f8f41567
Fixed PR check in appveyor.yml
8 years ago
RogueException
c40857bb1e
Added personal myget
8 years ago
RogueException
4d7a97c37a
Push artifacts from build script
8 years ago
RogueException
5ad2d7361d
Added appveyor.yml, README edits ( #639 )
8 years ago
Sindre Langhus
90ac9027cf
Replace Where+FirstOrDefault with FirstOrDefault in SocketClient ( #636 )
* Replace Where.FirstOrDefault with FirstOrDefault
* Replace Where+FirstOrDefault in ClientHelper
8 years ago
Bond-009
cb4f6e37f6
Overloaded AddModuleAsync with Type ( #581 )
* Overloaded AddModuleAsync with Type
* Overloaded RemoveModuleAsync with Type
* Use expression-bodied method for consistency
8 years ago
Confruggy
3365bbb043
Fixes ChannelTypeReader ( #630 )
8 years ago
Confruggy
4ca273dd4a
Fixes RoleTypeReader ( #631 )
8 years ago
RogueException
ba1a9aaa18
UnstableRestClient should timeout instead of ignore requests
8 years ago
RogueException
bd85bbf30a
Moved UserAgent to DiscordConfig
8 years ago
RogueException
c6ccddb4ce
Added UnstableRestClientProvider
8 years ago