This is a ready-to-use template for deploying discord bots on iOS and some other platforms.
Warning
It’s not recommended to use this for production use, iOS could cause issues with networking latency and resource priorities etc.
Note
watchOS target will not work on real hardware due to a lack of websocket support
Simply add your bot code to the Common/Bot/ directory. Add any dependencies as needed. You’ll need to scrap any code that isn’t platform-agnostic or has calls to APIs unavailable on iOS.
For guidance on making your bot, refer to DDBKit or DDBKit Docs, and DiscordBM.