Skip to content

Commit 156ad88

Browse files
author
xyzjesper
committed
Fixed Update Message
1 parent b172dc2 commit 156ad88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DisBot-Helper-Bot/Commands/UpdateCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ await Context.Interaction.SendResponseAsync(
3636
new ComponentContainerProperties()
3737
{
3838
new TextDisplayProperties(
39-
$"### <a:1412907566308135012:1430128825865474111> <@&{ConfigService.Get().UpdateInfoPingRoleId}> has been updated to `{version}`! {(string.IsNullOrEmpty(changelogUrl) ? "" : $"Read the [Changelog]({changelogUrl}).")}")
39+
$"### <a:1412907566308135012:1430128825865474111> <@1063079377975377960> has been updated to `{version}`! {(string.IsNullOrEmpty(changelogUrl) ? "" : $"Read the [Changelog]({changelogUrl}).")}\n-# <@&${{ConfigService.Get().UpdateInfoPingRoleId}}>")
4040
}
4141
]
4242
})

0 commit comments

Comments
 (0)