diff --git a/Breadcraft/Breadcraft.cs b/Breadcraft/Breadcraft.cs index bf3eb27..bde38ef 100644 --- a/Breadcraft/Breadcraft.cs +++ b/Breadcraft/Breadcraft.cs @@ -103,7 +103,6 @@ internal static class Breadcraft discordClient.UseInteractivity(new InteractivityConfiguration { - AckPaginationButtons = true, PaginationBehaviour = PaginationBehaviour.Ignore, PaginationDeletion = PaginationDeletion.DeleteMessage, Timeout = TimeSpan.FromMinutes(15) diff --git a/Breadcraft/Breadcraft.csproj b/Breadcraft/Breadcraft.csproj index 1134d0c..e18effb 100644 --- a/Breadcraft/Breadcraft.csproj +++ b/Breadcraft/Breadcraft.csproj @@ -9,17 +9,17 @@ Breadcraft.Breadcraft EmotionChild - https://github.com/BreadCraft-staff/Breadcraft-Support - https://github.com/BreadCraft-staff/Breadcraft-Support + https://toastielab.dev/Emotions-stuff/Breadcraft-Support + https://toastielab.dev/Emotions-stuff/Breadcraft-Support Git LICENSE https://cdn.discordapp.com/attachments/765441543100170271/905694651573489674/german_breadcraft.png A Discord support ticket bot built for the Breadcraft server en - 1.3.0 - 1.3.0 - 3.0.0.1 - 3.0.0.1 + 1.3.1 + 3.0.1 + 3.0.1 + 1.3.1 @@ -27,19 +27,19 @@ - - - - + + + + - - + + - - + + diff --git a/Breadcraft/Commands/StatusCommand.cs b/Breadcraft/Commands/StatusCommand.cs index 04ce634..c441ed5 100644 --- a/Breadcraft/Commands/StatusCommand.cs +++ b/Breadcraft/Commands/StatusCommand.cs @@ -15,7 +15,7 @@ public class StatusCommand : ApplicationCommandModule long closedTickets = Database.GetNumberOfClosedTickets(); DiscordEmbed botInfo = new DiscordEmbedBuilder() - .WithAuthor("BreadCraft-staff/Breadcraft-Support @ GitHub", "https://github.com/BreadCraft-staff/Breadcraft-Support", "https://cdn.discordapp.com/attachments/765441543100170271/905694651573489674/german_breadcraft.png") + .WithAuthor("Emotions-stuff/Breadcraft-Support @ Toastielab", "https://toastielab.dev/Emotions-stuff/Breadcraft-Support", "https://cdn.discordapp.com/attachments/765441543100170271/905694651573489674/german_breadcraft.png") .WithTitle("Bot information") .WithColor(DiscordColor.Cyan) .AddField("Version:", Breadcraft.GetVersion())