Skip to content

Commit

Permalink
fix: update gradient-string usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Sep 29, 2024
1 parent 97e5edf commit 62e16e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Client, container } from '@skyra/http-framework';
import { init, load } from '@skyra/http-framework-i18n';
import { registerCommands } from '@skyra/shared-http-pieces';
import { createBanner } from '@skyra/start-banner';
import gradient from 'gradient-string';
import { morning } from 'gradient-string';

await setup();

Expand All @@ -26,7 +26,7 @@ const port = envParseInteger('HTTP_PORT', 3000);
await client.listen({ address, port });

console.log(
gradient.morning.multiline(
morning.multiline(
createBanner({
logo: [
String.raw` §`,
Expand Down

0 comments on commit 62e16e7

Please sign in to comment.