Skip to content

Commit 3d1a328

Browse files
committed
Replace full width space by two half width space
1 parent 7e48928 commit 3d1a328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cyberia.Salamandra/Services/EmbedBuilderService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public DiscordEmbedBuilder CreateBaseEmbedBuilder(EmbedCategory category, string
162162
return new DiscordEmbedBuilder()
163163
.WithColor(_embedColor)
164164
.WithAuthor(authorText, authorUrl, GetIconUrl(category))
165-
.WithFooter($"{_discordClient.CurrentUser.Username} • {formattedDate}", _footerIconUrl);
165+
.WithFooter($"{_discordClient.CurrentUser.Username}{formattedDate}", _footerIconUrl);
166166
}
167167

168168
public DiscordEmbedBuilder CreateErrorEmbedBuilder(string title, string description, Exception? exception)

0 commit comments

Comments
 (0)