Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweaky
  • Loading branch information
N1Ran committed Jan 27, 2019
commit e266cef18fb3d4855f4becf091bf3d7fe4acc2c9
2 changes: 1 addition & 1 deletion Essentials/Commands/BlocksModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void OnGeneral(string category)
}
else
{
Context.Respond($"{category} is not part of the set. Use the following with this command: power, production, weapons ");
Context.Respond($"{category} is not part of the set. Use the following with this command: " + string.Join(", ", Enum.GetValues(typeof(BlockCategory))));
return;
}

Expand Down