Skip to content

Commit 734050d

Browse files
committed
Update ConversateCommand description
1 parent 5173a54 commit 734050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/D2Commands/Misc/ConversateCommand.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private let stopCommand = "stop"
66
public class ConversateCommand<C>: StringCommand where C: Conversator {
77
public let info = CommandInfo(
88
category: .misc,
9-
shortDescription: "Uses a Markov chain to 'conversate' with the user",
9+
shortDescription: "Uses some fancy magic to chat with the user",
1010
helpText: "Invoke without argument, then send any message. Type 'stop' to stop the bot from replying.",
1111
requiredPermissionLevel: .basic,
1212
subscribesToNextMessages: true,

0 commit comments

Comments
 (0)