MarkusRost
MarkusRost
Add an option to not respond with redlinks to inline commands with pages that don't exist
Investigate if guilds with Twitch integration could sync their default wiki with [twitch-wikibot](https://github.com/Markus-Rost/twitch-wikibot)
### Which package is this bug report for? discord.js ### Issue description The new [ForumChannel](https://discord.js.org/#/docs/discord.js/14.4.0/class/ForumChannel) added in 14.4.0 still seems to be missing some methods that other channels have and...
TokenRequestResult can include a full Guild object when using the `bot` scope: https://canary.discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example Might be useful to look into [discordjs/discord-api-types](https://github.com/discordjs/discord-api-types) to export the types.
Added `integrationType` to `generateAuthUrl` for the [installation context](https://discord.com/developers/docs/resources/application#installation-context) used by [user-installable apps preview](https://discord.com/developers/docs/change-log#userinstallable-apps-preview).
https://discord.com/developers/docs/resources/user#get-current-user-application-role-connection Made based on Discord documentation, I didn't test role connections.
https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information Function name could possibly be improved.
Wikis have a lot of redirects pointing to specific sections of the target page. However right now all our redirects only point to the top of the target article. https://en.wikipedia.org/wiki/!=...
Scaping a wiki is usually not interactive, i.e. a user is not waiting for the result, so we should try to use the [`maxlag` parameter](https://www.mediawiki.org/wiki/Manual:Maxlag_parameter) on API calls in accordance...