diff options
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index 22af1efcd..625bc7f83 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -254,7 +254,7 @@ object Commands { ) { SkyHanniDebugsAndTests.copyItemInternalName() } registerCommand( "shpartydebug", - "Lists person SkyHanni thinks is in your party into the chat." + "List persons into the chat SkyHanni thinks are in your party." ) { PartyAPI.listMembers() } } |
