api/core: update the emoticon in startup message

This commit is contained in:
wukko 2024-09-05 07:53:55 +06:00
parent 10d867efc0
commit 97866fb306
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -309,7 +309,7 @@ export const runAPI = (express, app, __dirname) => {
app.listen(env.apiPort, env.listenAddress, () => {
console.log(`\n` +
Bright(Cyan("cobalt ")) + Bright("API ^_^") + "\n" +
Bright(Cyan("cobalt ")) + Bright("API ^ω⁠^") + "\n" +
"~~~~~~\n" +
Bright("version: ") + version + "\n" +