added a couple of messages and updated invite link
This commit is contained in:
parent
1f62951131
commit
bfe97a0acb
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1723,7 +1723,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "soundfx-rs"
|
||||
version = "1.2.5"
|
||||
version = "1.3.0"
|
||||
dependencies = [
|
||||
"dashmap",
|
||||
"dotenv",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "soundfx-rs"
|
||||
version = "1.2.5"
|
||||
version = "1.3.0"
|
||||
authors = ["jellywx <judesouthworth@pm.me>"]
|
||||
edition = "2018"
|
||||
|
||||
|
10
src/main.rs
10
src/main.rs
@ -395,8 +395,12 @@ Please select a category from the following:
|
||||
invoke
|
||||
.respond(
|
||||
ctx.http.clone(),
|
||||
CreateGenericResponse::new()
|
||||
.embed(|e| e.title("Help").color(THEME_COLOR).description(body)),
|
||||
CreateGenericResponse::new().embed(|e| {
|
||||
e.title("Help")
|
||||
.color(THEME_COLOR)
|
||||
.description(body)
|
||||
.footer(|f| f.text("Get slash command support! Reinvite from ?info"))
|
||||
}),
|
||||
)
|
||||
.await?;
|
||||
} else {
|
||||
@ -711,7 +715,7 @@ async fn info(
|
||||
|
||||
Reset prefix: `@{0} prefix ?`
|
||||
|
||||
Invite me: https://discordapp.com/oauth2/authorize?client_id={1}&scope=bot&permissions=36703232
|
||||
Invite me: https://discord.com/api/oauth2/authorize?client_id={1}&permissions=3165184&scope=applications.commands%20bot
|
||||
|
||||
**Welcome to SoundFX!**
|
||||
Developer: <@203532103185465344>
|
||||
|
Loading…
Reference in New Issue
Block a user