Skip to content

Commit

Permalink
Fix invite url for the modbot server
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Mar 21, 2024
1 parent 82f98e1 commit b5dd756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub async fn about(ctx: &Context, interaction: &Interaction) -> Result<(), Error
.field(
EmbedFieldBuilder::new(
"modbot Discord",
"[discord.gg/XNX9665](https://discord.gg/XNX9665)",
"[discord/XNX9665](https://discord.gg/XNX9665)",
)
.inline(),
)
Expand Down

0 comments on commit b5dd756

Please sign in to comment.