public async Task AliasesAsync() { await Context.Message.DeleteAsync(); await _musicService.AliasAsync(Context.User); }