DiscordKit Guide
GitHub Repository
  • 👋Welcome
  • 🚀Getting Started
    • Creating a Project
      • Creating a bot using a SPM project (Recommended)
      • Creating a bot using an Xcode Project
    • Installation
    • Example Project
  • ðŸĪ–Creating a Bot
    • Getting off the Ground
    • Logging In
    • Registering Commands
    • Responding to Commands
    • Adding Command Options
    • Deploying on Linux
  • ðŸŠĶLegacy
    • Message Commands
  • âœĻEnhancements
    • Logging
  • ðŸ“ĶNitty-gritty
    • What's in the box?
    • Gateway
    • Event Dispatching
Powered by GitBook
On this page
  1. Getting Started

Creating a Project

A whole new project, full of possibilities

PreviousWelcomeNextCreating a bot using a SPM project (Recommended)

Last updated 2 years ago

There are 2 options for creating a project. We recommend using the Swift Package Manager to create your bot because it allows easier cross-compatibility with different development environments. You can even open them in Xcode!

However, if you are on macOS, you can also create a bot with an Xcode Project, noting that it will not work with any other dev environment, such as on Linux. Using this method is strongly not recommended, and is only really here for completeness.

🚀
Creating a bot using a SPM project (Recommended)
Creating a bot using an Xcode Project