public async Task Shortcut(string s) { var sc = Looter.ProcessShortcut(s); if (sc.Index == -1) { await ReplyAsync($"Der Shortcut {s} is Müll du {Config.Current.RandomCurse}"); return; } await ProcessMeme(sc); }