Skip to content

Commit

Permalink
Merge pull request #14 from FuelRats/remove-twitter
Browse files Browse the repository at this point in the history
Update AlertCommands.swift
  • Loading branch information
SuperManifolds authored Jun 14, 2023
2 parents 74811fd + 61a77b0 commit 431b51e
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 431b51e

Please sign in to comment.