コード例 #1
0
 public static ApplicationCommand GetApplicationCommand(this DiscordClient client, ulong appId, ulong commandId) => client.GetGlobalCommandAsync(appId, commandId).GetAwaiter().GetResult();