mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/core: update the emoticon in startup message
This commit is contained in:
parent
10d867efc0
commit
97866fb306
1 changed files with 1 additions and 1 deletions
|
@ -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" +
|
||||
|
|
Loading…
Reference in a new issue