Skip to content

Commit

Permalink
Updated the help command description
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed May 8, 2024
1 parent 2df265f commit d9b2701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/general_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub async fn help(
ctx.defer_ephemeral().await?;
// OLD.
// let reply_text = "This bot has been made using Rust with the [serenity-rs](<https://github.com/serenity-rs/serenity>) and [poise](<https://github.com/serenity-rs/poise>) frameworks.\nIt's open source and hosted on my [github profile](<https://github.com/1Kill2Steal/serenity-discord-bot>).\nUnfortunately you can't select users by replying to messages yet. I'm just not sure at how to implement it. *(Skill Issue...)*";
let reply_text = "This bot has been made using Rust with the [serenity-rs](<https://github.com/serenity-rs/serenity>) and [poise](<https://github.com/serenity-rs/poise>) frameworks.\nIt's open source and hosted on my [github profile](<https://github.com/1Kill2Steal/serenity-discord-bot>).\n";
let reply_text = "This bot has been made using Rust with the [serenity-rs](<https://github.com/serenity-rs/serenity>) and [poise](<https://github.com/serenity-rs/poise>) frameworks.\nIt's open source and the source code is on my [github profile](<https://github.com/1Kill2Steal/serenity-discord-bot>).\n";
let reply = poise::CreateReply::default()
.content(reply_text)
.ephemeral(true);
Expand Down

0 comments on commit d9b2701

Please sign in to comment.