You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constdiscordBoost=`🟢 Boosting since <t:${Math.floor(member.premiumSince.getTime()/1000)}:D>`;
109
-
constembed=newEmbedBuilder()
110
-
.setColor(0xff73fa)
111
-
.setTitle(`Here is the Booster Information for ${user.id}!`)
111
+
constembed=awaitEmbed();
112
+
embed.setTitle(`Here is the Booster Information for ${user.id}!`)
112
113
.setThumbnail(avatarUrl)
113
114
.addFields(
114
115
{
@@ -126,8 +127,8 @@ export default new Command({
126
127
return;
127
128
}
128
129
129
-
constcontainer=newContainerBuilder()
130
-
.setAccentColor(0xe642a4)
130
+
constcontainer=awaitContainer();
131
+
container.setAccentColor(0xe642a4)
131
132
.addTextDisplayComponents(
132
133
newTextDisplayBuilder().setContent("**Uh oh!**"),
133
134
newTextDisplayBuilder().setContent(
@@ -157,9 +158,8 @@ export default new Command({
157
158
.setLabel("Our Support Server")
158
159
.setURL("https://discord.gg/NUtyKs7hA6");
159
160
160
-
constcontainer=newContainerBuilder()
161
-
.setAccentColor(0xe642a4)
162
-
.addTextDisplayComponents(
161
+
constcontainer=awaitContainer(Colors.Red)
162
+
container.addTextDisplayComponents(
163
163
newTextDisplayBuilder().setContent("**Uh oh!**"),
164
164
newTextDisplayBuilder().setContent(
165
165
`It looks like we ran into an issue\n-# If this issue is persistent, please consult your console logs if you're using a self-hosted version of Boostify, and create an issue on our [Repository](https://github.com/teamboostify/boostify/issues), or use our support server!.`,
0 commit comments