Skip to content

wiki content changes from key's pr#478

Merged
kubastick merged 2 commits into
NilPointer-Software:devfrom
itszubariel:wiki-content
Jul 5, 2026
Merged

wiki content changes from key's pr#478
kubastick merged 2 commits into
NilPointer-Software:devfrom
itszubariel:wiki-content

Conversation

@itszubariel

Copy link
Copy Markdown
Contributor

separated the wiki content changes from rainbow key's pr (#463),

original pr by @Rainb0wKey.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR separates and applies wiki-content-only updates originally part of PR #463, including navigation changes, new legal/terms landing content, and broad documentation/example formatting updates across many BDScript pages.

Changes:

  • Added a “Terms & Privacy” landing page and moved the Entity Transfer Policy content into external/entityTransferPolicy.txt (removing the old src/entityTransferPolicy.md page).
  • Updated src/SUMMARY.md structure and added/reshuffled many function entries (including new Components v2 media gallery docs).
  • Refreshed many BDScript docs with admonish blocks, updated examples (often switching to discord yaml transcripts), and small wording/format tweaks.

Reviewed changes

Copilot reviewed 76 out of 76 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
src/tools/json.md Adds a stub “redirect” page for the JSON tool.
src/termsAndPrivacy.md New landing page aggregating links to legal documents.
src/SUMMARY.md Updates book navigation, categories, and adds new entries.
src/settings.md Removes “Experimental Feature” banner from Settings page.
src/resources/timeFormat.md Improves formatting using an admonish note.
src/resources/api.md Updates API doc styling + renames “Arguments” to “Parameters” in documentation sections.
src/premium/sendNotification.md Adjusts admonish formatting and trims duplicated warnings.
src/guides/general/threads.md Expands thread guide to include new thread count functions and examples.
src/FLOWCHART_CHANGELOG.md Removes changelog stylesheet link block.
src/entityTransferPolicy.md Removes old embedded Entity Transfer Policy page.
src/CHANGELOG.md Removes a duplicate changelog bullet.
src/bdscript/var.md Wording/format fixes + parameter formatting updates.
src/bdscript/userJoinedDiscord.md Reorders admonish blocks for readability.
src/bdscript/unmute.md Reorders admonish blocks for readability.
src/bdscript/threadUserCount.md Adds “Read more” link to Threads guide.
src/bdscript/threadRemoveMember.md Reworks examples into discord yaml + adds “Read more”.
src/bdscript/threadMessageCount.md Adds “Read more” link to Threads guide.
src/bdscript/threadAddMember.md Reworks example and adds “Read more”.
src/bdscript/textSplit.md Reworks example format and adds “Read more” + Q/A admonishes.
src/bdscript/takeRole.md Moves description above deprecation notes.
src/bdscript/startThread.md Improves parameter naming, adds archive duration section, and new example format.
src/bdscript/splitText.md Adds “Read more” link to Text Splitting guide.
src/bdscript/serverVerificationLvl.md Fixes example YAML metadata (adds missing user_id).
src/bdscript/serverRegion.md Reorders deprecation note vs description.
src/bdscript/serverOwnerComplex.md Converts note to admonish + changes example output.
src/bdscript/serverOwner.md Adjusts example output formatting.
src/bdscript/serverName.md Converts note to admonish + tweaks example block formatting.
src/bdscript/serverDescriptionComplex.md Adds “What is this?” admonish for $message.
src/bdscript/serverCount.md Converts inline note to admonish block.
src/bdscript/replaceText.md Updates documented default behavior for Amount parameter.
src/bdscript/repeatMessage.md Renames parameter wording, adds an extended example section.
src/bdscript/removeSplitTextElement.md Rewrites description and adds a full example + “Read more”.
src/bdscript/randomComplex.md Fixes inequality wording and adds decimals example.
src/bdscript/random.md Adds decimals example and adjusts example transcript formatting.
src/bdscript/mute.md Reorders admonish blocks for readability.
src/bdscript/modifyChannelPerms.md Reorders admonish blocks for readability.
src/bdscript/mentionedChannels.md Reworks example into discord yaml transcript.
src/bdscript/membersCountComplex.md Reworks example and converts to transcript format.
src/bdscript/membersCount.md Reworks example and adds an admonish example section.
src/bdscript/linesCount.md Updates example transcript user metadata.
src/bdscript/joinSplitText.md Normalizes transcript formatting + adds “Read more”.
src/bdscript/isEmojiAnimated.md Updates example transcript user metadata.
src/bdscript/guildIDComplex.md Reworks example and adds “What is this?” admonish.
src/bdscript/guildID.md Simplifies example text output.
src/bdscript/guildExists.md Expands example to show true/false cases.
src/bdscript/guildBanner.md Reworks example transcript and adds “What is this?” admonish.
src/bdscript/giveRole.md Reorders deprecation note vs description.
src/bdscript/getTextSplitLength.md Adds “What is this?” + “Read more” admonishes.
src/bdscript/getTextSplitIndex.md Adds “What is this?” + “Read more” admonishes.
src/bdscript/getServerInviteComplex.md Normalizes admonish formatting and adds “What is this?” admonish.
src/bdscript/endtry.md Reworks example comparison formatting using admonish blocks.
src/bdscript/endif.md Adds example admonish wrapper and updates “Read more” section.
src/bdscript/emoteCount.md Simplifies example text output and removes extra Q/A block.
src/bdscript/else.md Updates example transcript formatting and “Read more” section.
src/bdscript/editThread.md Improves parameter naming/sections + adds transcript example + “Read more”.
src/bdscript/editSplitText.md Rewrites description and replaces example with clearer transcript-based one.
src/bdscript/deletecommand.md Converts notes into admonish blocks.
src/bdscript/customEmoji.md Adjusts warning level + updates example to transcript style.
src/bdscript/commandTrigger.md Tweaks example input for clarity.
src/bdscript/commandsCount.md Tweaks example input + transcript metadata.
src/bdscript/commandName.md Tweaks example input/output transcript.
src/bdscript/commandFolder.md Tweaks example input transcript.
src/bdscript/clearReactions.md Adds “What is this?” admonish.
src/bdscript/channelIDFromName.md Reorders deprecation note vs description.
src/bdscript/c.md Reworks example into new transcript format and re-adds Q/A admonish.
src/bdscript/botOwnerID.md Reworks example transcript and metadata.
src/bdscript/botID.md Simplifies example text output.
src/bdscript/boostCountComplex.md Reworks example output and adds Q/A admonish.
src/bdscript/boostCount.md Adds transcript content before boost event.
src/bdscript/awaitFunc.md Updates example transcript and “Read more” section.
src/bdscript/alternativeParsing.md Normalizes code fences, transcripts, and example admonish structure.
src/bdscript/addMediaGalleryItem.md New Components v2 function doc page for media gallery items.
src/bdscript/addMediaGallery.md New Components v2 function doc page for media galleries.
src/bdscript/addContainer.md Adds media gallery to “Container Components” list.
external/entityTransferPolicy.txt New externalized Entity Transfer Policy text.
external/CHANGELOG.json Adds 2025 month entries to app changelog data.
Comments suppressed due to low confidence (1)

src/resources/api.md:287

  • There are several extra trailing blank lines at the end of the document (after the Parameter Types list). Removing them avoids unnecessary whitespace/noise in diffs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/tools/json.md Outdated
Comment thread src/bdscript/addMediaGalleryItem.md Outdated
Comment thread src/bdscript/var.md Outdated
Comment thread src/bdscript/var.md Outdated
Comment thread src/bdscript/else.md Outdated
Comment thread src/bdscript/endif.md Outdated
Comment thread src/bdscript/awaitFunc.md Outdated
Comment thread src/bdscript/deletecommand.md Outdated
Comment thread external/entityTransferPolicy.txt
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@kubastick kubastick merged commit 68bd896 into NilPointer-Software:dev Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants