Skip to content

Commit

Permalink
Replace Gnome!6669 with GnomedDev
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Nov 10, 2023
1 parent 079ba91 commit b9b83c8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 47 deletions.
63 changes: 18 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commands/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pub async fn premium_activate(ctx: Context<'_>) -> CommandResult {
.colour(crate::constants::PREMIUM_NEUTRAL_COLOUR)
.footer(CreateEmbedFooter::new({
let line1 = ctx.gettext("If you have just subscribed, please wait for up to an hour for the member list to update!\n");
let line2 = ctx.gettext("If this is incorrect, and you have waited an hour, please contact Gnome!#6669.");
let line2 = ctx.gettext("If this is incorrect, and you have waited an hour, please contact GnomedDev.");

let mut concat = String::with_capacity(line1.len() + line2.len());
concat.push_str(line1);
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ async fn premium_command_check(ctx: Context<'_>) -> Result<bool> {
if permissions.send_messages() {
let builder = poise::CreateReply::default();
ctx.send({
const FOOTER_MSG: &str = "If this is an error, please contact Gnome!#6669.";
const FOOTER_MSG: &str = "If this is an error, please contact GnomedDev.";
if permissions.embed_links() {
let embed = CreateEmbed::default()
.title("TTS Bot Premium - Premium Only Command!")
Expand Down

0 comments on commit b9b83c8

Please sign in to comment.