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

@@ -6,7 +6,7 @@ import DiscordKit
struct MessageHandler {
let ctx: MessageCreate
let client: DiscordClient
let client: ApiClient
static let prefix = ":"
static let zundaGifData = try? Data(contentsOf: URL(filePath: "resources/media/zundamone.gif"))