Commit Graph

73 Commits

Author SHA1 Message Date
Joe4evr
0bdc2455bc Add line to show subscribing to CommandService#Log (#756) 2017-07-16 11:32:31 -04:00
Alex Gravely
6e21d33999 Update events.cs
Forgot a var >_>
2017-06-20 20:44:33 -04:00
Alex Gravely
759da09c38 Update events.cs
Gladly taking suggestions for a better comments.
2017-06-19 15:21:46 -04:00
Christopher F
6ad4889a9e Merge pull request #651 from Bond-009/patch-1
Remove wrong parameter from FFMPEG audio example
2017-06-15 10:45:19 -04:00
Christopher F
699ac29ff5 Merge pull request #645 from Bond-009/patch-2
Update the example precondition to use IServiceProvider
2017-06-15 10:44:33 -04:00
Christopher F
77bf841d1d Merge pull request #669 from Bond-009/cmddocs
Update cmd docs to use IServiceProvider
2017-06-15 10:43:14 -04:00
Drew
fb01e16b36 Fixed dead link (#662)
* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md

* Update intro.md
2017-06-15 10:43:06 -04:00
Joe4evr
b0a3ce5e7c Respond to feedback. 2017-06-13 10:58:06 +02:00
Joe4evr
6cdc48bfa6 Move instructions about BuildServiceProvider() up 2017-06-07 04:32:59 +02:00
Joe4evr
12acfec1db Respond to feedback 2017-06-04 23:44:39 +02:00
Joe4evr
d05191ed05 Added/clarified some comments in structure.cs 2017-05-30 17:54:32 +02:00
Bond_009
892eca39fd Update cmd docs to use IServiceProvider 2017-05-24 21:05:06 +02:00
Christopher F
3fb661a33a fix docs compile issue 2017-05-21 14:55:47 -04:00
Joe4evr
af5fdec486 Update the quickstart structure to rc3. 2017-05-13 03:15:55 +02:00
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 :) )
2017-05-11 18:01:39 +02:00
Bond-009
a1a90ae46e Update the example precondition to use IServiceProvider 2017-05-06 11:33:33 +02:00
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
2017-05-04 12:53:40 -03:00
Benjamin
c7ea29f1f0 Added Jetbrains Rider installing guide 2017-04-18 19:51:29 +02:00
Christopher F
3a60c58697 Rewrite all concepts documentation
hello RC documentation
2017-04-03 18:46:00 -04:00
Christopher F
5ade1e387b Restructure documentation layout 2017-04-03 16:37:44 -04:00
Christopher F
b4c3427ed1 Deleted FAQ
this is sloppy and doesn't properly explain anything
2017-04-03 16:26:58 -04:00
Christopher F
b3c6a06500 Revamp docs page on logging 2017-04-03 16:26:29 -04:00
Christopher F
506b4ff36a Merge pull request #571 from LeafyDev/patch-1
Update audio_ffmpeg.cs
2017-03-14 15:38:47 -04:00
Christopher F
afdea0cec8 Merge pull request #572 from Bond-009/patch-2
Fixed the example precondition attribute
2017-03-14 15:38:28 -04:00
Bond-009
22f5e8ff46 Fixed the example precondition attribute 2017-03-14 20:10:37 +01:00
William Haskell
ab43f82771 Update audio_ffmpeg.cs
AudioApplication is a required argument
2017-03-14 18:47:28 +01:00
Bond-009
59a530fe1c Add installing with nuget using VSC to guides 2017-03-13 17:02:39 +01:00
Christopher F
d111214bff Added new getting started guide
Thanks @MinnDevelopment for his awesome work on
the JDA guide that had no influence here at all.
2017-03-11 15:32:14 -05:00
Christopher F
bea5e37db8 Add installing guide
🥄 better docs soon come
2017-03-10 20:38:55 -05:00
Joe4evr
4b4506f243 ConnectAsync -> StartAsync 2017-03-07 17:19:51 +01:00
Christopher F
3c9704c822 Merge pull request #520 from james7132/property-injection
Conflicts:
	docs/guides/samples/dependency_module.cs
	src/Discord.Net.Commands/Utilities/ReflectionUtils.cs
2017-02-23 15:51:24 -05:00
Christopher F
87f404c23b Move logging lambda to its own method 2017-02-21 16:36:06 -05:00
Christopher F
c1a5960116 Merge pull request #495 from Flamanis/dev
Conflicts:
	docs/guides/samples/logging.cs
Update logging.cs
2017-02-21 16:34:30 -05:00
Christopher F
a110c862f6 Merge pull request #503 from Joe4evr/DocSamples
Update doc samples
2017-02-21 16:24:35 -05:00
Joe4evr
f4918c793b Add comment about message cache 2017-02-21 06:06:06 +01:00
james7132
29261a943a Fix typo 2017-02-15 21:44:31 +00:00
RyadaProductions
e3d31c5bd1 Update status.cs
SetStatus and SetGame don't exist, only SetStatusAsync and SetGameAsync
2017-02-15 13:26:25 +01:00
james7132
9609520a53 Remove "Get" statement from example docs 2017-02-11 20:12:53 +00:00
james7132
bb95686078 Update docs to reflect the change. 2017-02-10 22:11:06 +00:00
Joe4evr
af33689d1e Respond to feedback 2017-01-31 02:47:05 +01:00
Joe4evr
c7bb1cdf31 Fix whitespace 2017-01-31 02:36:57 +01:00
Joe4evr
02969ff7b5 Update doc samples for correctness, consistency, and a better complete quickstart example. 2017-01-31 02:28:53 +01:00
Christopher F
6a0f41a4dc Add voice guide 2017-01-26 15:50:55 -05:00
Flamanis
aed63e67f6 Update logging.cs 2017-01-22 18:25:52 -06:00
Flamanis
1c258544ba Update logging.cs 2017-01-22 18:25:12 -06:00
Flamanis
e907c3e500 Update logging.cs 2017-01-22 18:21:28 -06:00
Flamanis
2b9cedd9df Update logging.cs 2017-01-22 18:14:33 -06:00
Flamanis
a59fa722e7 Update logging.cs 2017-01-22 18:11:10 -06:00
Christopher F
236304c1a4 Include command contexts on docs 2017-01-14 19:09:21 -05:00
Alex
4188a27401 Unparsed -> Remainder in example. 2017-01-14 18:49:40 -05:00