예제 #1
0
 public static T Get <T>(this DiscordChannel channel, string key, T @default) => channel.GetAsync <T>(key, @default).GetAwaiter().GetResult();