Skip to content

Commit

Permalink
Update AlertCommands.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds authored Jun 14, 2023
1 parent cdc42cf commit 61a77b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/mechasqueak/Modules/AlertCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TweetCommands: IRCBotModule {
["alert", "tweet"],
[.param("message", "Need rats urgently for two PS4 cases in the bubble", .continuous)],
category: .utility,
description: "Send a message on Twitter (@FuelRatAlerts) and Mastodon (@[email protected])",
description: "Send a message on Mastodon (@[email protected])",
permission: .TwitterWrite,
allowedDestinations: .Channel
)
Expand Down Expand Up @@ -74,7 +74,7 @@ class TweetCommands: IRCBotModule {
["alertcase", "alertc", "tweetcase", "tweetc"],
[.param("case id/client", "4")],
category: .utility,
description: "Notify users that rats are needed on a case via Twitter (@FuelRatAlerts) and Mastodon (@[email protected])",
description: "Notify users that rats are needed on a case via Mastodon (@[email protected])",
permission: .DispatchRead,
allowedDestinations: .Channel
)
Expand Down

0 comments on commit 61a77b0

Please sign in to comment.