diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-24 12:07:57 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-24 12:07:57 +0200 |
commit | 0381d759c3f4859b2bc4d93345018e32d47bae77 (patch) | |
tree | 7685f1d668200f74142e54c8eeebecd2040b3220 /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | d0d80ef7f21a86cf7e3f7f85d9c0c377277cadf8 (diff) | |
download | skyhanni-0381d759c3f4859b2bc4d93345018e32d47bae77.tar.gz skyhanni-0381d759c3f4859b2bc4d93345018e32d47bae77.tar.bz2 skyhanni-0381d759c3f4859b2bc4d93345018e32d47bae77.zip |
typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-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() } } |