public async Task DeleteTag(string t, int index) { if (!Looter.DeleteTag(t, index)) { await ReplyAsync("ne"); return; } await ReplyAsync("okay"); }