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
{{ message }}
This repository was archived by the owner on Mar 9, 2023. It is now read-only.
awaitFollowupAsync($"{Context.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.discordID.Count}. Receiving: {(pkm.IsShiny?"Shiny":"")}{(Species)pkm.Species}{(pkm.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pkm.Form,GameInfo.Strings,pkm.Species,pkm.Context))}");
awaitFollowupAsync($"{Context.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.TheQ.Count}. Receiving: {(pkm.IsShiny?"Shiny":"")}{(Species)pkm.Species}{(pkm.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pkm.Form,GameInfo.Strings,pkm.Species,pkm.Context))}");
82
79
83
80
}
84
81
catch
@@ -89,7 +86,7 @@ public async Task Trade([Summary("PokemonText","put your copied showdown text he
awaitFollowupAsync($"{Context.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.discordID.Count}. Receiving: {(pkm.IsShiny?"Shiny":"")}{(Species)pkm.Species}{(pkm.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pkm.Form,GameInfo.Strings,pkm.Species,pkm.Context))}");
awaitFollowupAsync($"{Context.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.TheQ.Count}. Receiving: {(pkm.IsShiny?"Shiny":"")}{(Species)pkm.Species}{(pkm.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pkm.Form,GameInfo.Strings,pkm.Species,pkm.Context))}");
138
132
139
133
140
134
}
@@ -159,21 +153,18 @@ public async Task dump()
159
153
awaitDeferAsync();
160
154
try{awaitContext.User.SendMessageAsync("I've added you to the queue! I'll message you here when your trade is starting.");}
161
155
catch{awaitFollowupAsync("Please enable direct messages from server members to be queued",ephemeral:true);return;};
awaitcon.Interaction.ModifyOriginalResponseAsync(x =>x.Content=$"{con.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.discordID.Count}. Receiving: {(pk.IsShiny?"Shiny":"")}{(Species)pk.Species}{(pk.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pk.Form,GameInfo.Strings,pk.Species,pk.Context))}");
awaitcon.Interaction.ModifyOriginalResponseAsync(x =>x.Content=$"{con.User.Username} - Added to the LGPE Link Trade Queue. Current Position: {LetsGoTrades.TheQ.Count}. Receiving: {(pk.IsShiny?"Shiny":"")}{(Species)pk.Species}{(pk.Form==0?"":"-"+ShowdownParsing.GetStringFromForm(pk.Form,GameInfo.Strings,pk.Species,pk.Context))}");
107
104
}
108
105
usr=null;
109
106
guess="";
@@ -120,7 +117,7 @@ public static async Task WhoseThatPokemon()
120
117
publicasyncTaskWTPguess([Summary("pokemon","put the pokemon name here")]stringuserguess)
0 commit comments