mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #724] [MERGED] Anime time #779
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/724
Author: @13xforever
Created: 3/9/2021
Status: ✅ Merged
Merged: 3/9/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (7)
6699b27it's anime time for every rule breaker67667e6add anilist character name dump568e31eadd anidb character name dump (no mecha)75d99a9open some rename commands for regular users4ecbd62bump azure timeout now that source generators do a lot of stuff222eaa2redesign the name pool to reduce compilation time resource usage131dc9ffix tests📊 Changes
18 files changed (+166026 additions, -21 deletions)
View changed files
📝
CompatBot/Commands/ForcedNicknames.cs(+13 -5)📝
CompatBot/Commands/Fortune.cs(+1 -2)📝
CompatBot/Config.cs(+1 -0)📝
CompatBot/Database/DbImporter.cs(+119 -2)➕
CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.Designer.cs(+266 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20210309212939_AddUserNamePool.cs(+29 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+18 -0)📝
CompatBot/Database/ThumbnailDb.cs(+9 -0)📝
CompatBot/EventHandlers/UsernameZalgoMonitor.cs(+22 -3)📝
CompatBot/Program.cs(+2 -7)📝
README.md(+1 -1)📝
Tests/ZalgoTests.cs(+9 -0)📝
azure-pipelines.yml(+1 -1)➕
get-names_anidb.ps1(+114 -0)➕
get-names_anilist.ps1(+58 -0)➕
names_anidb.txt(+80256 -0)➕
names_anilist.txt(+84727 -0)➕
names_anime.txt(+380 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.