aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-27 22:01:17 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-27 22:01:17 -0400
commit7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09 (patch)
tree35bd9c8a686daafc7cbfef235afade0ef0c8a104 /src/commands/dev
parentb72d58843e853b0f260527a3689f76b13946bcb8 (diff)
downloadtanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.tar.gz
tanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.tar.bz2
tanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.zip
node-canvas -> @napi-rs/canvas
ts 4.7.4 -> 4.8.2
Diffstat (limited to 'src/commands/dev')
-rw-r--r--src/commands/dev/eval.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/eval.ts b/src/commands/dev/eval.ts
index fdef3ac..dd21454 100644
--- a/src/commands/dev/eval.ts
+++ b/src/commands/dev/eval.ts
@@ -18,9 +18,9 @@ import {
type CommandMessage,
type SlashMessage
} from '#lib';
+import canvas from '@napi-rs/canvas';
import { Snowflake as Snowflake_ } from '@sapphire/snowflake';
import assert from 'assert/strict';
-import { Canvas } from 'canvas';
import { exec } from 'child_process';
import {
ActionRow,
@@ -56,7 +56,7 @@ const { transpile } = ts,
/* eslint-enable @typescript-eslint/no-unused-vars */
// prettier-ignore
-assertAll(ActivePunishment, BushCommand, Global, Guild, Level, ModLog, Shared, StickyRole, Snowflake_, Canvas, exec, ActionRow, ButtonComponent, ButtonInteraction, Collection, Collector, CommandInteraction, ContextMenuCommandInteraction, DMChannel, Embed, Emoji, InteractionCollector, Message, Attachment, MessageCollector, OAuth2Scopes, PermissionFlagsBits, PermissionsBitField, ReactionCollector, SelectMenuComponent, path, ts, fileURLToPath, promisify, assert, transpile, sh, SnowflakeUtil, __dirname);
+assertAll(ActivePunishment, BushCommand, Global, Guild, Level, ModLog, Shared, StickyRole, Snowflake_, canvas, exec, ActionRow, ButtonComponent, ButtonInteraction, Collection, Collector, CommandInteraction, ContextMenuCommandInteraction, DMChannel, Embed, Emoji, InteractionCollector, Message, Attachment, MessageCollector, OAuth2Scopes, PermissionFlagsBits, PermissionsBitField, ReactionCollector, SelectMenuComponent, path, ts, fileURLToPath, promisify, assert, transpile, sh, SnowflakeUtil, __dirname);
export default class EvalCommand extends BushCommand {
public constructor() {