feat: typing indicator
This commit is contained in:
@@ -48,7 +48,7 @@ struct Wolfram {
|
||||
client: DiscordClient,
|
||||
ctx: MessageCreate
|
||||
) async throws {
|
||||
//try await client.triggerTypingIndicator(channelId: ctx.channel_id).guardSuccess()
|
||||
try await client.triggerTypingIndicator(channelId: ctx.channel_id)
|
||||
|
||||
let question = String(args.joined(separator: " "))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user