public async Task Price([Remainder] string crypto) { string message = await RESTService.GetPrice(crypto); await ReplyAsync($"The price of {crypto} is: $ {message}"); }