From e9d7876620359f467477731f569f487c8a2bc1e8 Mon Sep 17 00:00:00 2001 From: Brazman Date: Wed, 12 Apr 2023 00:20:32 -0500 Subject: [PATCH] Brimstone fix --- SuperMachoBot/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SuperMachoBot/Program.cs b/SuperMachoBot/Program.cs index c123c12..99c61ca 100644 --- a/SuperMachoBot/Program.cs +++ b/SuperMachoBot/Program.cs @@ -167,12 +167,12 @@ namespace SuperMachoBot Title = $"BRIMSTONE!!!! HELLISH TORTURECOAL ALERT!!!! {config[0].turboAmount}+ COALS!!!!", Description = desc + "\n" + "", ImageUrl = thumbnailURL, - Thumbnail = new DiscordEmbedBuilder.EmbedThumbnail { Url = "https://cdn.discordapp.com/attachments/977270567881298024/1076252390157733958/862_-_SoyBooru.gif" }, + Thumbnail = new DiscordEmbedBuilder.EmbedThumbnail { Url = "https://cdn.discordapp.com/attachments/977270567881298024/1095576471235465266/Brimstone.png" }, Footer = new DiscordEmbedBuilder.EmbedFooter { IconUrl = message.Author.GetAvatarUrl(DSharpPlus.ImageFormat.Png, 256), Text = $"{message.Author.Username}#{message.Author.Discriminator}" }, - Color = DiscordColor.Black + Color = DiscordColor.DarkRed }.AddField("Brimstone:", $"[link]({message.JumpLink})").Build(); await discord.SendMessageAsync(discord.GetChannelAsync(config[0].gemboardChannelId).Result, embed); - File.AppendAllText($"{databasePath}/{message.Channel.GuildId}/Pinned.txt", message.Id.ToString() + $",{message.Author.Id}\n"); + File.AppendAllText($"{databasePath}/{message.Channel.GuildId}/UltraPinned.txt", message.Id.ToString() + $",{message.Author.Id}\n"); } } }