nuclearace / SwiftDiscord

Discord API Client for Swift
MIT License
120 stars 25 forks source link

Add support for interactions and new slash-command API #106

Closed fwcd closed 3 years ago

fwcd commented 3 years ago

The Discord API recently introduced support for slash commands, which e.g. enable interactive auto-completion for commands in the client:

image

This branch implements

on top of #105.