You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable CS1998// Async method lacks 'await' operators and will run synchronouslypublicstaticasyncTask<SelectMenuBuilder>GetSelectMenuBuilderAsync(thisSelectMenuBuilderbuilder,DiscordSocketClientclient,ulongguildId,List<ulong>currentValues,ILoggerlogger){// TODO: Add check if there are more than 25 roles in the guild and create a pagination list// Get the guild from the client.varguild=client.GetGuild(guildId);if(guild==null)