-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from FuelRats/remove-twitter
Update AlertCommands.swift
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
) | ||
|
@@ -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 | ||
) | ||
|