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 64071ad commit 74ba4a5
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 { vice } from 'gradient-string';

setup();

Expand Down Expand Up @@ -32,7 +32,7 @@ await client.listen({ address, port });
container.reminders.start();

console.log(
gradient.vice.multiline(
vice.multiline(
createBanner({
logo: [
String.raw` ╱╲ ╱╲ ╱╲ `,
Expand Down

0 comments on commit 74ba4a5

Please sign in to comment.