Skip to content

Commit cb9cf0d

Browse files
authored
Update core.rs
1 parent f5e3a9a commit cb9cf0d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/rpc/core.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ impl RPCMethod {
587587
))
588588
.field(
589589
"Cache Server",
590-
format!("[{}](https://discord.gg/{})", "Disabled", ""),
590+
"Disabled",
591591
true,
592592
)
593593
.field("Feedback", reason, true)
@@ -664,12 +664,7 @@ impl RPCMethod {
664664

665665
Ok(
666666
RPCSuccess::Content(
667-
format!(
668-
"**Cache Server Invite:** {csr_invite}\n**Invite URL:** https://discord.com/api/v10/oauth2/authorize?client_id={client_id}&permissions=0&scope=bot%20applications.commands&guild_id={guild_id} (Skip this step)",
669-
csr_invite = "https://discord.gg/".to_string() + "",
670-
client_id = invite_data.client_id,
671-
guild_id = ""
672-
)
667+
"Approved!"
673668
)
674669
)
675670
}

0 commit comments

Comments
 (0)