mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #715] [MERGED] Make fun stuff less fun #772
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/715
Author: @13xforever
Created: 3/2/2021
Status: ✅ Merged
Merged: 3/2/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
feb102dtry to resist manipulation for 🔮a93153etry to use username for nickname insteadb0f616cnew string util to replace dumb quotes with proper typography671f15cadd new command !fortune39105a9current dice scoring implementation is incorrect :(e7dbe3cadd duplicates check on bulk import (but not for !fortune add)a613fcdadd ef migration for the new table5159792enable command and do proper quote formattingda89a39do not compress exported fortune dumpe497d11ugh📊 Changes
15 files changed (+838 additions, -79 deletions)
View changed files
📝
CompatBot/Commands/ForcedNicknames.cs(+2 -2)➕
CompatBot/Commands/Fortune.cs(+265 -0)📝
CompatBot/Commands/Misc.cs(+4 -3)📝
CompatBot/CompatBot.csproj(+1 -1)➕
CompatBot/Database/Migrations/ThumbnailDb/20210302213749_FortuneTable.Designer.cs(+248 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20210302213749_FortuneTable.cs(+29 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+89 -55)📝
CompatBot/Database/ThumbnailDb.cs(+10 -1)📝
CompatBot/EventHandlers/TableFlipMonitor.cs(+6 -0)📝
CompatBot/Program.cs(+2 -0)📝
CompatBot/Utils/Extensions/DiceCoefficientOptimized.cs(+1 -1)📝
CompatBot/Utils/Extensions/StringUtils.cs(+47 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+1 -1)📝
Tests/StringUtilTests.cs(+55 -13)➕
fortunes.txt(+78 -0)📄 Description
But also add more fun
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.