#Guide

1096 messages · Page 2 of 2 (latest)

twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
#

Which application or package is this feature request for?

Guide

Feature

Currently, the guide allows users to browse documentation via the web, but it lacks an llms.txt file.

llms.txt is a proposed standard that provides a clean, markdown-optimized version of the documentation specifically designed for Large Language Models (LLMs) to ingest. Adding this would significantly improve the experience for developers using AI tools (like ChatGPT, Claude, or Copilot) to reference the d...

twilit rapidsBOT
#

Yes, I have thought This may be out side the scope of this issue.

I believe that components are too spread out between sections interactive-components, display-components, and modals. I would want to have these components pages reordered around one of the two ways Discord categorizes components "style" or "usage".(see Component Object | Discord Docs)

Currently Discord has three styles "Layout", "Interactive...

twilit rapidsBOT
#

Summary

Port discord.js from bot token authentication to selfbot (user token) SDK.

Commits

  1. chore: remove unused packages and apps — Remove 16 packages (builders, structures, voice, collection, formatters, etc.) and apps not needed for selfbot
  2. chore: simplify CI workflows and repo metadata — Strip unnecessary workflows (docker, website deploy, docs), update labels/templates
  3. chore: update monorepo config for selfbot SDK — Rename root package, update repo U...
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
#

So this is basically a backport to fix a DM bug that showed up in v14.26.2 after a previous PR.

that earlier change (#11479) tweaked how getChannel decides whether something is a DM, mainly to stop guild channels from accidentally being treated like DMs on the wrong shard. It did that by checking data.type and only treating it as a DM if the type explicitly matched DM or Group DM.

The problem is that assumption doesn’t hold in this case.

MessageCreateAction calls getChannel w...

twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
twilit rapidsBOT
#

Summary

Adds documentation pages for Guild Scheduled Events and Polls under the v15 guide section.

Related Issue

Closes #10973

Changes

  • apps/guide/content/docs/v15/guild-scheduled-events.mdx — new guide page covering creation, fetching, editing, deleting, recurring events, subscribers, cover images, and event listeners
  • apps/guide/content/docs/v15/polls.mdx — new guide page covering sending polls, multi-select, duration, poll data access, ending polls early, vote events, a...