Esempio n. 1
0
        public async Task DeleteTag(string t, int index)
        {
            if (!Looter.DeleteTag(t, index))
            {
                await ReplyAsync("ne");

                return;
            }
            await ReplyAsync("okay");
        }