Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 3, 2024
1 parent 8d270a4 commit ad9a1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/game_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ use serenity::prelude::*;
#[command]
#[aliases("gs")]
async fn game_support(ctx: &Context, msg: &Message) -> CommandResult {
msg.reply(&ctx, "https://github.com/Whisky-App/Whisky/wiki/Game-Support").await?;
msg.reply(&ctx, "https://docs.getwhisky.app/game-support").await?;
Ok(())
}

0 comments on commit ad9a1dd

Please sign in to comment.