Creating a bot using a SPM project (Recommended)
Don't have a project to use DiscordKit with? These instructions are for you!
Prerequisites
Creating a Swift CLI package
mkdir MyWonderfulBot
cd MyWonderfulBotswift package init --type=executableLast updated