Skip to content

Commit

Permalink
api quota in start message
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Feb 22, 2017
1 parent 9c85bf8 commit 5346161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/main.swift
Expand Up @@ -265,7 +265,7 @@ func main() throws {
startupMessage = nil
let short = getShortVersion(currentVersion)
let link = getVersionLink(currentVersion)
rooms.first?.postMessage("[\(botName)](\(stackAppsLink)) started at rev [`\(short)`](\(link)).")
rooms.first?.postMessage("[ [\(botName)](\(stackAppsLink)) ] started at rev [`\(short)`](\(link)) with api quota \(apiClient.quota.map { String($0) } ?? "unknown"). .")
}

if let message = startupMessage {
Expand Down

0 comments on commit 5346161

Please sign in to comment.