Fix BasicTrackInfo having wrong TrackID

Add Character Limit to  TrackList Method to fix tracklists being to big for messages
This commit is contained in:
Tim Müller
2022-03-24 21:46:22 +01:00
parent 8720bf9f88
commit 021528afd1
6 changed files with 16 additions and 14 deletions

View File

@@ -164,6 +164,7 @@ namespace TomatenMusic.Prompt.Model
_client = client.GetShard((ulong)interaction.GuildId);
_client.ComponentInteractionCreated += Discord_ComponentInteractionCreated;
ActivePrompts.Add(this);
AddGuids();
DiscordWebhookBuilder builder = await GetWebhookMessageAsync();