diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b5d49d7..251be4c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Run Changelog CI - uses: saadmk11/changelog-ci@v1.1.1 + uses: MoonieGZ/changelog-ci-cz@v1.0.1 with: changelog_filename: CHANGELOG.md config_file: .github/changelog-ci-config.yml diff --git a/Felicity/DiscordCommands/Interactions/CraftingCommands.cs b/Felicity/DiscordCommands/Interactions/CraftingCommands.cs index 79f9ce9..7556583 100644 --- a/Felicity/DiscordCommands/Interactions/CraftingCommands.cs +++ b/Felicity/DiscordCommands/Interactions/CraftingCommands.cs @@ -116,7 +116,7 @@ public async Task Crafted() //$"\n> {FormattedWeaponLevel(highestWeaponLevel, itemList.Count > 1)} [{manifestRecord.DisplayProperties.Name}]({MiscUtils.GetLightGgLink(manifestRecord.Hash)})"); $"\n> {FormattedWeaponLevel(highestWeaponLevel, itemList.Count > 1)} - {manifestRecord.DisplayProperties.Name}"); - if (itemList.Count > 1 && !embed.Description.Contains("* = ")) + if (itemList.Count > 1 && !embed.Description.Contains("`*` = ")) embed.Description += "\n\n`*` = Multiple crafted weapons are in your inventory, only the highest level is returned."; } @@ -259,7 +259,15 @@ public async Task Recipes( } if (page.Fields.Count == 0) - page.Description += "\n\nYou have completed all available patterns."; + { + if (pageList.Count == 0) + { + page.Description += "\n\nYou have completed all available patterns."; + pageList.Add(page); + } + + continue; + } pageList.Add(page); } diff --git a/Felicity/Services/Hosted/DiscordStartupService.cs b/Felicity/Services/Hosted/DiscordStartupService.cs index a425380..f776e94 100644 --- a/Felicity/Services/Hosted/DiscordStartupService.cs +++ b/Felicity/Services/Hosted/DiscordStartupService.cs @@ -130,7 +130,8 @@ private static async Task OnLeftGuild(SocketGuild arg) var buggedServers = new List { 260978723455631373, - 1068135541360578590 + 1068135541360578590, + 719161295232040961 }; if (buggedServers.Contains(arg.Id))