rename DiscordClient to ApiClient

This commit is contained in:
Andrew Glaze
2026-03-22 13:15:54 -04:00
parent e6426225d7
commit 887f6e46d4
5 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ struct Wolfram {
static func handleMath(
_ args: ArraySlice<String.SubSequence>,
client: DiscordClient,
client: ApiClient,
ctx: MessageCreate
) async throws {
let typingIndicatorTask = Task {