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)