Documentation
Swiftcord
Event
Event.ready
Case
Event.ready
Fired when the bot is ready to receive events
Declaration
case
ready
Usage
bot.on(.ready) { data in
let user = data as! User
}