We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5173a54 commit 734050dCopy full SHA for 734050d
Sources/D2Commands/Misc/ConversateCommand.swift
@@ -6,7 +6,7 @@ private let stopCommand = "stop"
6
public class ConversateCommand<C>: StringCommand where C: Conversator {
7
public let info = CommandInfo(
8
category: .misc,
9
- shortDescription: "Uses a Markov chain to 'conversate' with the user",
+ shortDescription: "Uses some fancy magic to chat with the user",
10
helpText: "Invoke without argument, then send any message. Type 'stop' to stop the bot from replying.",
11
requiredPermissionLevel: .basic,
12
subscribesToNextMessages: true,
0 commit comments