MazeXP

Results 26 comments of MazeXP

I mean there could still be a use casenfor bots. I am just asking for a proper clarification why the field is not documented any more on the Channels ->...

**Possible documentation tools** - DocFX (requires GitHub Action to run on Windows) - Statiq Docs (had some issues with API docs generation)

DocFX 2.0 runs on NetFX. One can run it with Mono on Linux basically

DocFX 3,0 does not have the API reference generation inbuilt. That's the most recent branch of 3.0 that has some external reference generation: https://github.com/dotnet/docfx/tree/v3-template

For setting up DocFX in GitHub Actions it would be best to have it run on a windows machine. Alternatively we could also set it up for Linux by using...

Well, is it useful to be able to build docs locally? For preview locally, as the articles would be written in markdown and most editors support previewing markdown.

Would Mono be an option for you locally as DocFX 2 is written in NetFX? DocFX 3 is sadly not making any progress regarding API Reference generation. The only alternative...

By new feature you mean a new article in the docs context, i guess?

I think the endpoints should be under `IDiscordAutoModerationAPI`. As the API class is determined by the resource of the Discord docs, even if the base endpoint of Discord API is...

In addition the methods should be named the same as in the documentation: `List Auto Moderation Rules for Guild` => `ListAutoModerationRulesForGuildAsync`. I did not find any example in the current...