diff --git a/CompatBot/Commands/Vision.cs b/CompatBot/Commands/Vision.cs index ac6414bb..815fdcde 100644 --- a/CompatBot/Commands/Vision.cs +++ b/CompatBot/Commands/Vision.cs @@ -24,7 +24,7 @@ namespace CompatBot.Commands //|| a.FileName.EndsWith(".webp", StringComparison.InvariantCultureIgnoreCase) ); - [Command("describe"), RequiresSupporterRole] + [Command("describe")] [Description("Generates an image description from the attached image, or from the url")] public async Task Describe(CommandContext ctx) {