nerzh / swift-telegram-sdk

🤖 The wrapper for the Telegram Bot API written in Swift. It's not a framework. There is no special syntax here. This is a library that implements all Telegram Bot API methods, which is available to you to work with Vapor, Smoke, Hummingbird, FlyingFox.
https://core.telegram.org/bots/api#available-methods
MIT License
208 stars 32 forks source link

Update Package.swift #14

Closed crescentheaded closed 1 year ago

crescentheaded commented 1 year ago

an issue: 'TelegramVaporBot' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'

nerzh commented 1 year ago

tnx 🤝