public static async Task <IUserMessage> SendMessageDirectedAt(this IMessageChannel channel, ulong discordUserId, string text) { return(await((ISocketMessageChannel)channel).SendMessageAsync(channel.GetMessageDirectedAtText(discordUserId, text))); }