Ejemplo n.º 1
0
        public async Task <RuntimeResult> ShowEmote([Remainder] string arg = "")
        {
            if (string.IsNullOrEmpty(arg))
            {
                return(WestbotCommandResult.ErrorReact("empty in show emote"));
            }

            //arg = arg.Replace(":", ""); //remove the :

            await ReplyAsync($"{arg}");

            return(WestbotCommandResult.AcceptReact());
        }
Ejemplo n.º 2
0
        public async Task <RuntimeResult> LfgGG([Remainder] String arg = "")
        {
            await Lfg_function("LFG-GG");

            return(WestbotCommandResult.AcceptReact("lfgsuccess"));
        }