Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions external/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,37 @@
]
},
"2025": {
"december": [
"Added \"Sign out other sessions\" button",
"Smoother animations in the app",
"Redesigned Premium Points shop",
"A lot of app bug fixes",
"HTTP Timeout Limit: 5s > 35s",
"Fixed `$ceil[]`",
"Fixed `$floor[]`",
"Fixed `$getLeaderboardPosition[]`",
"AI Quota: 5000 > 10000",
"Log Quota: 1500 > 3000",
"Updated BDFD App icon for Android"
],
"november": [
"Major improvements to hosting infrastructure",
"Reworked bot status preview",
"HTTP Timeout Limit: 15s > 5s"
],
"october": [
"Added setting to disable code highlighting in the command editor"
],
"september": [
"Updated BDFD App icon for iOS 26",
"Reworked bot list"
],
"july": [
"BDScript bug fixes"
],
"february": [
"Fixed app crashing during premium points purchases"
],
"january": [
"Added `$afkChannelID`",
"Added `$afkTimeout[]`",
Expand Down
41 changes: 41 additions & 0 deletions external/entityTransferPolicy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
CONTEXT

-  Bot Designer for Discord is a service provided by NilPointer Software.
-  "Our service" refers to "Bot Designer for Discord".
-  "Bot" refers to data held by BDFD describing the behaviour of a Discord Bot¹ on our service.
-  "Hosting time" refers to the time duration left of a singular bot during which it will be hosted by our service.
Comment thread
kubastick marked this conversation as resolved.
-  "Premium point" refers to BDFD premium in-app currency, granting users the ability for bots to have extended functionality for a limited time.
-  "Premium time" refers to the time duration left for a singular bot during which it can access the extended functionality.
Premium time is related, but not strictly linked, with hosting time. Premium time might end before hosting time, but not vice-versa.
-  "Promocode" or "promo code" refers to a randomly generated string of characters used to gain hosting or premium time.
-  "BDFD entity" or "entity" refers to any piece of data that is being held by BDFD, that ownership of it or itself can be transferred.
In this policy, "entity" mainly refers to bots, hosting and premium time, and premium points.
-  "Transfer request" refers to a request made by a user to BDFD developers for an entity transfer.
These requests can be made through a ticket on our official Discord server².


POLICY

-  Entities that can be transferred can only be transferred through a transfer request by the user that holds ownership of that entity.
-  Requesting users must provide proof of ownership of the entities in question for the request to be granted.
-  BDFD Accounts can not be transferred in any way.

-  Bots can only be transferred between BDFD accounts owned by a single user.
-  Bot after its transfer retains any hosting or premium time the bot in question had left.
-  A bot previously not assigned to any BDFD account can be transferred to an account of the user that holds ownership over the bot in question.

-  Premium points can be transferred between BDFD accounts owned by a single user.
-  Premium points can be donated for a giveaway promotion on our official Discord server².

-  Hosting and Premium time can only be transferred between bots owned by a single user.
-  Hosting and Premium time can not be transferred to a promocode.
-  Only premium time can be donated for a giveaway promotion on our official Discord server².


LINKS

¹ https://discord.com/developers/docs
² https://discord.gg/botdesigner


Effective Date: 28 January, 2026.
1 change: 0 additions & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Added Components V2 functions:
- Added `$addSection[]`
- Added `$addThumbnail[]`
- Added `$addMediaGallery[]`
- Added `$addMediaGallery[]`
- Added `$addMediaGalleryItem[]`
- Added `$addActionRow[]`
- Added `$addButtonCV2[]`
Expand Down
2 changes: 0 additions & 2 deletions src/FLOWCHART_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Flowchart Changelog

<link rel="stylesheet" href="./theme/css/changelog.css">

<div class="changelog">
<div class="changePrev" id="year">
<h2>2024</h2>
Expand Down
Loading