mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #530] [MERGED] Add Azure Computer Vision services integration #600
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/530
Author: @13xforever
Created: 3/8/2020
Status: ✅ Merged
Merged: 3/8/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
5ef02dbazure computer vision integration, and a new command to describe images055fca0make it more flexible86fce35prototype of an image moderation handlerb2a8191implement proper image moderation handler6b0a5d6allow any supporter to use !describe commanda3da782show token configuration state in !statsd0b7f50Merge branch 'feature/computer-vision' into vnext75ea32ffix build📊 Changes
9 files changed (+299 additions, -7 deletions)
View changed files
➕
CompatBot/Commands/Attributes/RequiresSupporterRole.cs(+18 -0)📝
CompatBot/Commands/BotStats.cs(+1 -0)➕
CompatBot/Commands/Vision.cs(+116 -0)📝
CompatBot/CompatBot.csproj(+2 -1)📝
CompatBot/Config.cs(+10 -0)📝
CompatBot/Database/Providers/ContentFilter.cs(+13 -5)➕
CompatBot/EventHandlers/MediaScreenshotMonitor.cs(+115 -0)📝
CompatBot/Program.cs(+7 -1)📝
CompatBot/Utils/Extensions/RolesExtensions.cs(+17 -0)📄 Description
Fixes #139
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.