Merge branch 'master' into sestring_payloads_refactor

This commit is contained in:
meli 2020-05-01 12:13:05 -07:00
commit 67baa81dbe
27 changed files with 623 additions and 268 deletions

View file

@ -214,7 +214,7 @@ namespace Dalamud.DiscordBot {
var avatarUrl = string.Empty;
var lodestoneId = string.Empty;
if (!this.config.DisableEmbeds) {
if (!this.config.DisableEmbeds && !string.IsNullOrEmpty(senderName)) {
var searchResult = await GetCharacterInfo(senderName, senderWorld);
lodestoneId = searchResult.LodestoneId;