mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
Merge branch 'master' into sestring_payloads_refactor
This commit is contained in:
commit
67baa81dbe
27 changed files with 623 additions and 268 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue