Skip to content

Commit

Permalink
Fix misspelling in link
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns authored Jan 27, 2024
1 parent c003a8d commit f7b9433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphene/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl EventHandler for Handler {
|| command == "disable"
{
let content = if command == "version" {
"☁️ The Source Code can be found at: https://github.com/AnnsAnna/sphene".to_string()
"☁️ The Source Code can be found at: https://github.com/AnnsAnns/sphene".to_string()
} else if command == "menu" {
"🕺 https://www.youtube.com/watch?v=dQw4w9WgXcQ".to_string()
} else if command == "disable" {
Expand Down

0 comments on commit f7b9433

Please sign in to comment.