Skip to content

Commit

Permalink
fix formatting mistake in :cape description (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedreon authored Jun 8, 2024
1 parent 6984538 commit 8358963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Moderators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,7 @@ return function(Vargs, env)
Prefix = Settings.Prefix;
Commands = {"cape", "givecape"};
Args = {"player", "name/color", "material", "reflectance", "id"};
Description = "Gives the target player(s) the cape specified, do Settings.Prefixcapes to view a list of available capes ";
Description = `Gives the target player(s) the cape specified, do {Settings.Prefix}capes to view a list of available capes`;
AdminLevel = "Moderators";
Function = function(plr: Player, args: {string})
local color="White"
Expand Down

0 comments on commit 8358963

Please # to comment.