Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…liBot into complibot-v4
  • Loading branch information
3vorp committed Oct 8, 2023
2 parents 2f0d060 + b837212 commit a8b8ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@
"answer": "First, read [our license](https://faithfulpack.net/license) to see that your project meets our terms (no monetization, giving clear credit, etc). If it meets all the terms and conditions, no further permission is required.",
"keywords": ["permission", "usage", "distribution"]
}
]
]
2 changes: 1 addition & 1 deletion src/commands/faithful/guidelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const command: SlashCommand = {
contents = "https://docs.faithfulpack.net/pages/textures/f32-texturing-guidelines";
break;
case "faithful_64x":
contents = "https://docs.faithfulpack.net/pages/textures/f32-texturing-guidelines";
contents = "https://docs.faithfulpack.net/pages/textures/f64-texturing-guidelines";
break;
case "classic_faithful_32x":
contents = "https://docs.faithfulpack.net/pages/textures/cf32-texturing-guidelines";
Expand Down

0 comments on commit a8b8ebe

Please sign in to comment.