From 8247567dfc9be4167efd743c1e03bb1e218ff920 Mon Sep 17 00:00:00 2001 From: fairydust Date: Sat, 21 Sep 2024 12:13:44 +0000 Subject: [PATCH] patch(README): import Foundation in example code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd573962c..b07c94301 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ in the DiscordKit guide. Create a simple bot with a **/ping** command: ```swift +import Foundation import DiscordKitBot let bot = Client(intents: .unprivileged)