Skip to content

Commit

Permalink
Fixes #8 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
filliph authored and vpratfr committed Jan 15, 2020
1 parent 0805881 commit 11a2539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordLogger/Converters/AbstractRecordConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function addGenericMessageFrom(Message $message): void
$message->from($name, $this->getFromAvatar());
}

protected function getFromName(): string
protected function getFromName(): ?string
{
return $this->config->get('discord-logger.from.name');
}
Expand Down

0 comments on commit 11a2539

Please sign in to comment.