⬇️Installing the Package
Using Xcode to install the package.

Last updated
Using Xcode to install the package.

Last updated
dependencies: [
.package(url: "https://github.com/Defxult/Discord.swift.git", .exact("<version here>"))
]
// ...
dependencies: [
.product(name: "Discord", package: "Discord.swift")
]