Example #1
0
        private async Task ShowWebsitePage()
        {
            var helpUrl = _laDanseUrlBuilder.GetDiscordHelpUrl();

            string resultStr = null;

            resultStr += $"Visit {helpUrl} to learn how I can help you.";

            await ReplyAsync(resultStr);
        }
Example #2
0
        public async Task Sign()
        {
            var helpUrl = _laDanseUrlBuilder.GetDiscordHelpUrl();

            string resultStr = null;

            resultStr += $"I would love to sign you up, {Context.User.Username}, " +
                         $"but you need to give me more information ...\n\n" +
                         $"Try something like !sign me up for 17/02 as healer and dps";

            await ReplyAsync(resultStr);
        }