remove paginator beta notice

This commit is contained in:
bignutty 2025-03-20 08:55:41 +01:00
parent d9c2db1510
commit da5da4c673

View file

@ -1,7 +1,5 @@
const {DISCORD_INVITES} = require("#constants");
const {createEmbed, page} = require("#utils/embed"); const {createEmbed, page} = require("#utils/embed");
const {iconAsEmojiObject, icon, link, codeblock} = require("#utils/markdown"); const {iconAsEmojiObject, codeblock} = require("#utils/markdown");
const {editOrReply} = require("#utils/message"); const {editOrReply} = require("#utils/message");
const {STATIC_ASSETS} = require("#utils/statics"); const {STATIC_ASSETS} = require("#utils/statics");
@ -192,11 +190,11 @@ class DynamicCardStack {
codeblock("json", [JSON.stringify(this.getAllStateForPage(this.index), null, 2)]).substring(0, 5000) : "") codeblock("json", [JSON.stringify(this.getAllStateForPage(this.index), null, 2)]).substring(0, 5000) : "")
})) }))
/*
// TODO: remove this some time after migration is complete
if (!card.content) card.content = ""; if (!card.content) card.content = "";
//card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our ${link(DISCORD_INVITES.feedback_cardstack, "Discord Server", "labsCore Support", false)}!` //card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our ${link(DISCORD_INVITES.feedback_cardstack, "Discord Server", "labsCore Support", false)}!`
card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our Support Server!` card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our Support Server!`
*/
// Render Page Numbers. // Render Page Numbers.
// Conditions: // Conditions: