Skip to content

Commit 422da64

Browse files
committed
Rename Early Access to Goober Bot Plus
1 parent 1696def commit 422da64

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

crates/monetization/src/lib.rs

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use poise::{
2020
CreateReply, FrameworkError,
2121
serenity_prelude::{
22-
CreateActionRow, CreateButton, CreateEmbed, Mentionable, SkuId, colours::branding::BLURPLE,
22+
CreateActionRow, CreateButton, CreateEmbed, SkuId, colours::branding::BLURPLE,
2323
},
2424
};
2525
use poise_error::anyhow;
@@ -85,16 +85,17 @@ where
8585
CreateReply::default()
8686
.embed(
8787
CreateEmbed::default()
88-
.title("Early Access Required")
89-
.description(format!(
90-
"This command requires you to be a member of **Early Access**.\n\
88+
.title("Goober Bot Plus Required")
89+
.description(
90+
"This command requires you to be a member of \
91+
**Goober Bot Plus**.\n\
9192
\n\
92-
Subscribing to **Early Access** gives you access to a handful of \
93-
commands before anyone else while also supporting me, the \
94-
developer (hi!), and the continued development of {}. I appreciate \
95-
it more than you know!",
96-
ctx.framework().bot_id.mention(),
97-
))
93+
Subscribing to **Goober Bot Plus** gives you \
94+
access to a handful of extra commands no one \
95+
else gets while also supporting me, the \
96+
developer (hi!). I appreciate it more than you \
97+
know!",
98+
)
9899
.color(BLURPLE),
99100
)
100101
.components(vec![CreateActionRow::Buttons(vec![

0 commit comments

Comments
 (0)