Esempio n. 1
0
        public async Task Tag(string t)
        {
            var tag = Looter.ProcessTag(t);

            if (tag.Index == -1)
            {
                await ReplyAsync($"Der Tag {t} is Müll du {Config.Current.RandomCurse}");

                return;
            }

            await ProcessMeme(tag);
        }