File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
NotifierBot/Sources/Notifier Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ while let update = bot.nextUpdateSync() {
8585 print ( " Error: No chat ID associated with this chat " )
8686 } catch BotError . noPermissions( let command) {
8787 if let chatID = update. message? . chat. id {
88- bot. sendMessageAsync ( chatId: chatID, text: " This action requires the permission level * \( command. permission. rawValue) *. " , parseMode : . markdownv2 )
88+ bot. sendMessageAsync ( chatId: chatID, parseMode : . markdownv2 , text: " This action requires the permission level * \( command. permission. rawValue) *. " )
8989 }
9090 var name = " \( update. message? . from? . username ?? " Unknown User " ) "
9191 if let firstName = update. message? . from? . firstName, let lastName = update. message? . from? . lastName {
You can’t perform that action at this time.
0 commit comments