Skip to content

Commit

Permalink
Merge pull request #107 from Spongecade/refactor
Browse files Browse the repository at this point in the history
Update Minecraft Wiki references to new domain
  • Loading branch information
Tisawesomeness committed Sep 27, 2023
2 parents 7797b0a + 084414f commit c51cf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CodesCommand extends AbstractUtilityCommand {
return "codes";
}

private String img = "https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/7/7e/Minecraft_Formatting.gif";
private String img = "https://minecraft.wiki/images/Minecraft_Formatting.gif?2311f";

public void run(String[] args, CommandContext ctx) {

Expand Down
2 changes: 1 addition & 1 deletion minecord-bot/src/main/resources/lang/lang.properties
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ help.extra.uuidInput.name=uuidInput
help.extra.uuidInput.title=UUID Input Help
help.extra.uuidInput.description=Show help for NBT formats for UUIDs
help.extra.uuidInput.aliases=
help.extra.uuidInput.help=A [UUID](https://minecraft.gamepedia.com/Universally_unique_identifier) \
help.extra.uuidInput.help=A [UUID](https://minecraft.wiki/w/Universally_unique_identifier) \
(Universally Unique IDentifier) is a player''s unique ID.\n\
UUIDs can be in any format shown in `{0}uuid`.\n\
\n\
Expand Down

0 comments on commit c51cf1b

Please sign in to comment.