Change mention to channel mention

ui/bot-profile
brecert 2021-09-07 08:58:39 -04:00
parent dd9b486dab
commit b166b06321
No known key found for this signature in database
GPG Key ID: 1B2E56B9EC985B96
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const ServerSidebar = observer((props: Props) => {
"MessageBox",
"append",
`<#${entry._id}>`,
"mention",
"channel_mention",
);
e.preventDefault()
}