We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec50b11 commit 4b87238Copy full SHA for 4b87238
NotifierBot/Sources/Notifier/Commands/DiffCommand.swift
@@ -31,7 +31,7 @@ struct DiffCommand: Command {
31
return
32
}
33
// Send the diff file and the contents of the ncc file
34
- let nccInfo = try String(contentsOfFile: "\(mainDirectory!)/images/\(name)/\(nccFile)")
35
- JFUtils.sendImage(path: "\(mainDirectory!)/images/\(name)/\(diffFile)", chatID: chatID, text: nccInfo)
+ let nccInfo = try String(contentsOfFile: "\(mainDirectory!)/urlwatcher/images/\(name)/\(nccFile)")
+ JFUtils.sendImage(path: "\(mainDirectory!)/urlwatcher/images/\(name)/\(diffFile)", chatID: chatID, text: nccInfo)
36
37
0 commit comments