From 61a77b093af6348f5a4560b04fe4b6a5cce12f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=B8rlie?= Date: Wed, 14 Jun 2023 04:57:51 +0200 Subject: [PATCH] Update AlertCommands.swift --- Sources/mechasqueak/Modules/AlertCommands.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )