diff --git a/Sources/mechasqueak/Modules/AlertCommands.swift b/Sources/mechasqueak/Modules/AlertCommands.swift index 18fb5e3..54cc2ca 100644 --- a/Sources/mechasqueak/Modules/AlertCommands.swift +++ b/Sources/mechasqueak/Modules/AlertCommands.swift @@ -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 (@fuelratsalerts@mastodon.localecho.net)", + description: "Send a message on Mastodon (@fuelratsalerts@mastodon.localecho.net)", 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 (@fuelratsalerts@mastodon.localecho.net)", + description: "Notify users that rats are needed on a case via Mastodon (@fuelratsalerts@mastodon.localecho.net)", permission: .DispatchRead, allowedDestinations: .Channel )