Still Hsu
a9983026f0
Add event docs
- MessageReceived
- ChannelUpdated/Destroyed/Created
7 years ago
Still Hsu
dece19d895
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Quahu
e764dafe08
Add ViewChannel to Voice channel permissions ( #1059 )
Previously, Voice channels did not have ViewChannel in their "all" permissions
7 years ago
Alex Gravely
32fc2df21b
Remove unused field in EmbedFieldBuilder. ( #1018 )
7 years ago
Finite Reality
39dffe8585
Audit Logs implementation ( #1055 )
* Copy audit logs impl from old branch and clean up
I suck at using git, so I'm gonna use brute force.
* Remove unnecessary TODOs
Category channels do not provide any new information, and the other
I forgot to remove beforehand
* Add invite update data, clean up after feedback
* Remove TODOs, add WebhookType enum for future use
WebhookType is a future-use type, as currently audit logs are the only
thing which may return it.
7 years ago
Still Hsu
fdaa689ae8
Add explanation for RunMode
7 years ago
Still Hsu
ea82c2537e
Initial proofread of the articles
7 years ago
Still Hsu
124f1a267c
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Still Hsu
97c893107b
Implement GetBanAsync ( #1056 )
7 years ago
Still Hsu
25557218db
Add details to SpotifyGame
7 years ago
Still Hsu
c7b236ddf5
Add more IGuild docs
7 years ago
Still Hsu
1bb06cc37b
Replace all langword placements with code block
7 years ago
Still Hsu
ac47d84ea7
Replace langword null to code block null instead
- Because DocFX sucks at rendering langword
7 years ago
Still Hsu
0b15bbc54d
Add XML docs
7 years ago
Still Hsu
65d4e4360e
Add BaseSocketClient docs
7 years ago
Still Hsu
8f64c04599
Replace note block
7 years ago
Still Hsu
d8bb9e7aaa
Add warning for bulk-delete endpoint
7 years ago
Still Hsu
adae5ffc9e
Fix missing Username prop
7 years ago
Still Hsu
3e591972ca
Add properties examples to overwrite
7 years ago
Still Hsu
0ad66f6765
Fix minor consistencies & redundant impl
7 years ago
Still Hsu
124efdf7e6
XML Docs
7 years ago
Still Hsu
3aa5d363de
Add 'last modified' plugin
Source: https://github.com/Still34/DocFx.Plugin.LastModified
Licensed under MIT License
7 years ago
Still Hsu
2014870dc0
Fix letter-casing for files
7 years ago
Still Hsu
f27d659ebe
Document exposed TypeReaders
7 years ago
Still Hsu
5a824a5695
Add missing exceptions
7 years ago
Still Hsu
c2de0c055f
Fix seealso for preconditions and add missing descriptions
7 years ago
Still Hsu
3a7d7ee955
Minor fixes in documentations
+ Fix unescaped '<'
+ Fix typo
7 years ago
Still Hsu
45839bd982
Add XML Docs
7 years ago
Still Hsu
9e6254600c
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Still Hsu
aea067884c
Merge branch 'docs/faq-n-patches-offline' of https://github.com/Still34/Discord.Net into docs/faq-n-patches-offline
7 years ago
Still Hsu
27dc4831e8
Add XML Docs
7 years ago
Still Hsu
baa8beb382
Add XML Docs
7 years ago
Still Hsu
089f97a010
Add details regarding userbot support
7 years ago
Finite Reality
bb4bb13846
Fix issues with #984 , remove extraneous whitespace ( #1051 )
- Removed unnecessary parameter in SocketVoiceServer
- Moved SocketVoiceServer into Entities/Voice
- Fixed a bug where trying to download the cached guild would throw
- Fixed a potential bug where Discord might not give us a port when
connecting to voice
7 years ago
Still Hsu
9ddd70906a
Merge branch 'dev' into docs/faq-n-patches-offline
7 years ago
Still Hsu
f197174fcc
Fix embed docs consistency
7 years ago
Alex Gravely
7cfed7ff67
Fix nullref when passing null to GetShardIdFor. ( #1049 )
7 years ago
Luke
e775853b1b
Expose VoiceServerUpdate events ( #984 )
* Expose VoiceServerUpdate events
* Amend based on feedback
* Move this out of guild entity
* Fix namespace issue
* Adjust based on feedback #2
* Use cacheable instead
* Change based on feedback
7 years ago
Still Hsu
157acc4695
Add tag examples
7 years ago
Still Hsu
57ea571a81
Fix sample link & add missing pictures
7 years ago
Still Hsu
6769c37ad7
Compress some assets & add OAuth2 URL generator
7 years ago
Still Hsu
02570a4dd7
Add XMLDocs
7 years ago
Still Hsu
929077d717
Read token from Environment Variable instead of hardcode
7 years ago
Still Hsu
f38e72bbb4
Merge upstream/dev & resolve conflicts
7 years ago
Still Hsu
5092358401
Add XML docs
7 years ago
Joe4evr
660fec0cbc
Expose the internal entity type readers ( #986 )
* Expose the internal entity type readers
* Add BestMatch property to TypeReaderResult for easily accessing the parsed object
7 years ago
Alex Gravely
6a7810b3a4
Fix Guild not being populated in SocketWebhookUser ( #1044 )
7 years ago
Christopher F
217ec34ef0
Add sample bots to the solution ( #972 )
* Add sample bots to the solution
* Fix missing attributes, show use of preconditions
7 years ago
Still Hsu
73dc884d47
Improve SpotifyGame ( #1039 )
* Initial commit
* Add TrackUrl
* Rename AlbumArt to AlbumArtUrl for consistency
7 years ago
Still Hsu
3631886d2b
Resolves #1024 ( #1031 )
- Replace 'var _' with simple '_' discard as well.
7 years ago