Commit Graph

  • 07ec413884 docs: update shard sample to use CommandExecuted, Log Christopher F 2018-10-20 10:05:08 -04:00
  • 00097d3c27 Add DiscordShardedClient sample project & Client FAQ entry. (#1177) Alex Gravely 2018-10-20 10:02:25 -04:00
  • fb8dbcae4b Added check to ignore bot commands. (#1175) Rithari 2018-10-20 15:59:06 +02:00
  • c7e7f7e51a docs: add explanation to RunMode.Async in voice docs Christopher F 2018-10-19 17:52:36 -04:00
  • 88e66860a6 docs: update command sample to use CommandExecuted, Log Christopher F 2018-10-19 17:29:45 -04:00
  • fe07a83f1f fix: strip trailing slash from ratelimit bucket IDs (#1163) Christopher F 2018-10-19 17:22:02 -04:00
  • 5ea1fb374e Add SyncPermissionsAsync to Sync Child Channels with its Parent (#1159) Still Hsu 2018-10-20 05:21:37 +08:00
  • d30d12246d Update Guild and Message Models (#1165) Chris Johnston 2018-10-19 14:20:41 -07:00
  • 10f67a8098 feature: consolidate all results into CommandExecuted (#1164) Christopher F 2018-10-19 17:18:59 -04:00
  • 96fbb43f77 docs: Update joining_audio.cs (#1176) Alex Gravely 2018-10-19 16:41:27 -04:00
  • f3b9f35899 Add check for bot messages. Rithari 2018-10-12 22:19:03 +02:00
  • 8df2c1a1fb fix: don't assume the member will always be included on MESSAGE_CREATE (#1167) Christopher F 2018-10-09 19:26:57 -04:00
  • 00717cf481 Implemented GetVoiceRegionsAsync on IGuild. (#1166) advorange 2018-10-02 13:26:35 -07:00
  • ff0fea98a6 Documentation Overhaul (#1161) Still Hsu 2018-10-01 05:44:33 +08:00
  • 6b21b11f7d feature: adjust the ratelimit for reactions (#1108) Christopher F 2018-09-30 17:10:10 -04:00
  • c9ba79ec80 Initial fix (#1160) Still Hsu 2018-10-01 05:09:32 +08:00
  • de4d415053 Fix deploy conditions in CI script (#1157) Chris Johnston 2018-09-28 18:46:05 -07:00
  • c898325e45 Fix GetReactionUsersAsync (#1151) Paulo 2018-09-28 19:22:48 -03:00
  • efaedac98f docs: Fix for incomplete structure sample (#1145) Still Hsu 2018-09-29 06:20:38 +08:00
  • 674a0fc5dd Add Ubuntu target to AppVeyor CI build (#1149) Chris Johnston 2018-09-28 15:19:00 -07:00
  • 232f525b59 lint: refactor SlowMode -> SlowModeInterval Christopher F 2018-09-11 18:28:31 -04:00
  • 97d17cfdda api: add slow mode Christopher F 2018-09-11 18:21:22 -04:00
  • 9e9a11d4b0 Fix swapped parameters in ArgumentException, ArgumentNullException cstrs (#1139) Chris Johnston 2018-09-06 19:08:45 -07:00
  • 272604f275 Make voice connection properties optional. (#1129) Alex Gravely 2018-08-30 17:38:44 -04:00
  • 82cfdffc65 Add various optimizations and cleanups (#1114) Still Hsu 2018-08-31 05:36:44 +08:00
  • a2d8800115 Add == support on Color (#1126) Joe4evr 2018-08-30 23:29:05 +02:00
  • 2de6cef18c Add validation to bot tokens based on string length (#1128) Chris Johnston 2018-08-30 14:27:37 -07:00
  • efdb4f9266 Pass our json serializer to ToObject calls (#1133) Finite Reality 2018-08-29 17:11:26 +01:00
  • 143fb2808b Update CommandAttribute.cs JustNrik 2018-08-27 17:39:00 -04:00
  • c56fff9fe5 Update CommandAttribute.cs JustNrik 2018-08-27 00:44:35 -04:00
  • 4259b8cb0c Update CommandAttribute.cs JustNrik 2018-08-27 00:11:55 -04:00
  • db90eab953 Update README.md (#1117) Still Hsu 2018-08-21 06:27:50 +08:00
  • 748e92bcda Allow FromError(Exception) on all IResult types. Joe4evr 2018-08-09 02:20:36 +02:00
  • 2c3e9193c2 Implement ISnowflakeEntity for Audit Log entries Joe4evr 2018-08-09 18:26:38 +02:00
  • c1d78189e1 core: add PrioritySpeaker to Permissions Christopher F 2018-08-01 15:09:46 -04:00
  • 5dad0fa1a1 Minor fixes around OnModuleBuilding (#1116) Joe4evr 2018-08-01 16:10:21 +02:00
  • afc3a9d063 Added GetJumpUrl() as an extension method for IMessage (#1102) Casino Boyale 2018-07-21 01:31:30 +01:00
  • aadd6f639f Add missing fields to new MemberInfo type (#1107) Finite Reality 2018-07-21 01:07:29 +01:00
  • 245806fe3d Initial refactor (#1103) Still Hsu 2018-07-12 08:44:00 +08:00
  • b2f0043952 Fix typo in audit log interface declaration (#1104) Still Hsu 2018-07-11 07:32:29 +08:00
  • beb3d46e08 gateway: Ignore PRESENCES_REPLACE dispatch Christopher F 2018-07-02 21:24:50 -04:00
  • ffe994a9df Mark guild optional in invite & general invite improvement (#1094) Still Hsu 2018-07-03 05:02:38 +08:00
  • 4bc06a0a54 Patch lazy default readers not getting replaced (#1083) HelpfulStranger999 2018-07-02 15:29:42 -05:00
  • 322d46e47b Solved 4003 Authentication Error (Race Condition) (#1093) ComputerMaster1st 2018-06-23 02:20:53 +01:00
  • aff4512fcd Update Discord.Net.Core.csproj (#1081) Builderb 2018-06-18 21:02:08 +01:00
  • 033d31294f Creates full guild user object, resolves #1047 (#1078) HelpfulStranger999 2018-06-18 15:00:40 -05:00
  • 93878e4a90 Refactors an unused parameter in CommandService#Search (#1025) HelpfulStranger999 2018-06-18 14:57:58 -05:00
  • 48fed064d4 Add missing VoiceServerUpdated event (#1089) NovusTheory 2018-06-16 22:34:12 -05:00
  • 890904f32c Allow external VoiceChannel client API implementation (#1057) NovusTheory 2018-05-31 16:21:57 -05:00
  • 3acf2a9a6b Refactors readMessages, fixing from #1033 (#1075) HelpfulStranger999 2018-05-28 14:59:30 -05:00
  • 513a489bf8 codefix: add VoiceAPIVersion constant to DiscordConfig Christopher F 2018-05-28 15:45:42 -04:00
  • 9ba38d7796 api: upgrade audio client to VoiceWS v3 Christopher F 2018-05-28 15:35:59 -04:00
  • 64d8938ed5 fix: Discord does not always send the member on VOICE_STATE_UPDATE Christopher F 2018-05-28 15:25:46 -04:00
  • aeb3095593 Remove Debug.Print call causing tests to fail FiniteReality 2018-05-28 17:48:38 +01:00
  • a718a7d3c2 cleanup: Remove ChannelHelper#IsNsfw Christopher F 2018-05-28 12:45:49 -04:00
  • 0c7cb73b06 Fix permission-related ViewChannel tests FiniteReality 2018-05-28 17:41:05 +01:00
  • 415e2f7739 Fix analyzer warnings with tests FiniteReality 2018-05-28 17:14:18 +01:00
  • b0042606b6 Move RpcCategoryChannel into the correct project FiniteReality 2018-05-28 17:13:59 +01:00
  • 683b3f2701 Mark ChannelHelper.IsNsfw Obsolete FiniteReality 2018-05-28 17:12:28 +01:00
  • 237ad0f867 Revert "fix: Properly rethrow exceptions in SocketGuild audio client" Christopher F 2018-05-27 18:00:51 -04:00
  • adf4da19fc fix: Properly rethrow exceptions in SocketGuild audio client Christopher F 2018-05-27 17:56:14 -04:00
  • c0c565fd7e retain fallback case for if user is still null Christopher F 2018-05-27 16:45:54 -04:00
  • 8fb2c71814 Add new member objects to events Christopher F 2018-05-27 16:37:17 -04:00
  • a06e21261c Fix ChannelPermissions Modify parameter to be correct default value (#1003) Chris Johnston 2018-05-26 11:15:09 -07:00
  • f9cbff5e42 Fix #995, Move Category Implementation from IGuildChannel to INestedChannel (#1004) Chris Johnston 2018-05-26 11:06:35 -07:00
  • 4d8764e124 Refactor RoleInfo types into separate classes FiniteReality 2018-05-26 14:11:49 +01:00
  • fa759a22ea Remove Build Warnings for Obsolete Guild Permission Read Messages (#1067) Chris Johnston 2018-05-25 06:38:59 -07:00
  • bbbac85c46 Update Dependencies and support NS2.0 builds (#1046) Hawx 2018-05-25 20:14:28 +08:00
  • 5f084adf94 Deprecates ReadMessages, introduces ViewChannel (#1033) HelpfulStranger999 2018-05-24 19:17:19 -05:00
  • bc6009ec72 Implement IMessageChannel#DeleteMessageAsync (#996) Still Hsu 2018-05-25 08:08:51 +08:00
  • cee71ef35a Add support for parsing multiple types of quotation marks in commands, Fix #942 (#943) Chris Johnston 2018-05-24 17:07:37 -07:00
  • b52af7ae7c Add a dedicated TimeSpan reader so it doesn't suck (#1005) Joe4evr 2018-05-25 01:59:32 +02:00
  • c275e57528 Add support casting System.Drawing.Color to Discord.Color o Acid Chicken (硫硫▒~E▒▒▒~O) 2018-05-24 19:52:25 -04:00
  • 5023357a60 codefix #1020: RequestOptions should always be sorted last Christopher F 2018-05-24 19:36:33 -04:00
  • bf5275e071 Add ability to specify parameters on channel creation (#1020) Joe4evr 2018-05-24 19:36:00 -04:00
  • 0ba8b063ad Makes text parameter of sending messages optional (#1042) HelpfulStranger999 2018-05-24 19:23:44 -04:00
  • 79811d0e61 Paginate reactions - solved #1007 (#1022) HelpfulStranger999 2018-05-24 17:35:38 -05:00
  • e764dafe08 Add ViewChannel to Voice channel permissions (#1059) Quahu 2018-05-13 15:34:40 +02:00
  • 32fc2df21b Remove unused field in EmbedFieldBuilder. (#1018) Alex Gravely 2018-05-12 20:47:44 -04:00
  • 39dffe8585 Audit Logs implementation (#1055) Finite Reality 2018-05-13 01:46:07 +01:00
  • 97c893107b Implement GetBanAsync (#1056) Still Hsu 2018-05-07 06:22:49 +08:00
  • bb4bb13846 Fix issues with #984, remove extraneous whitespace (#1051) Finite Reality 2018-05-04 11:42:54 +01:00
  • 7cfed7ff67 Fix nullref when passing null to GetShardIdFor. (#1049) Alex Gravely 2018-05-03 21:30:13 -04:00
  • e775853b1b Expose VoiceServerUpdate events (#984) Luke 2018-05-04 02:29:51 +01:00
  • 660fec0cbc Expose the internal entity type readers (#986) Joe4evr 2018-04-29 17:24:24 +02:00
  • 6a7810b3a4 Fix Guild not being populated in SocketWebhookUser (#1044) Alex Gravely 2018-04-29 11:18:57 -04:00
  • 217ec34ef0 Add sample bots to the solution (#972) Christopher F 2018-04-29 11:16:27 -04:00
  • 73dc884d47 Improve SpotifyGame (#1039) Still Hsu 2018-04-29 23:15:24 +08:00
  • 3631886d2b Resolves #1024 (#1031) Still Hsu 2018-04-29 23:14:34 +08:00
  • 9b29c004fa Fixed GetReactionUsersAsync that was not using limit and afterUserId arguments. (#1017) Allan 2018-04-29 17:11:44 +02:00
  • 7022149536 Fix/Implement various invite-related behaviors (#1023) Still Hsu 2018-04-29 23:11:06 +08:00
  • 6d3010065f Allow setting IgnoreExtraArgs on an individual basis (#998) Joe4evr 2018-04-29 17:10:00 +02:00
  • a3ce80c1dc Fix Embed.Length behavior (#1012) Still Hsu 2018-04-29 23:08:43 +08:00
  • a4d1e2bc14 Fix build fails when built on macOS and Linux (#1026) Acid Chicken (硫酸鶏) 2018-04-22 03:45:26 +09:00
  • 510f4745ea Update VoiceRegion model (#1030) Still Hsu 2018-04-22 02:43:00 +08:00
  • c618cb3ccd Fixes RetryMode.RetryRatelimit being ignored (#1036) HelpfulStranger999 2018-04-21 13:41:16 -05:00
  • b8b59d97ae Forward all embed-related types for non-updated addons (#1021) Joe4evr 2018-04-06 23:28:54 +02:00
  • 109f663a9a added UserDefaultAvatar to IUser (#973) Fyers 2018-04-01 20:02:50 +02:00
  • 7457847489 I broke it even more with this PR, lol Quahu 2018-04-01 00:28:11 +02:00
  • c67db88961 Cleaned up and refactored slightly HelpfulStranger999 2018-03-25 13:25:49 -05:00