diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-24 11:50:39 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-24 11:50:39 -0400 |
| commit | 9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a (patch) | |
| tree | 00d8beabcc7c3680b7ea54e8557a7c08d52c6e8f /commands/about.js | |
| parent | a544b8e7d699461c49a69ab6072c7327e0519359 (diff) | |
| download | DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.gz DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.tar.bz2 DLAP-9d5ea75549c20a63c9a0ef3ce7e529cbe3c79b8a.zip | |
Removed a package and references to @discord.js/builder
Diffstat (limited to 'commands/about.js')
| -rw-r--r-- | commands/about.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/about.js b/commands/about.js index c7c6ace..dbc96c2 100644 --- a/commands/about.js +++ b/commands/about.js @@ -19,8 +19,7 @@ * ***************************************************************************/ -import { SlashCommandBuilder } from '@discordjs/builders'; -import { EmbedBuilder, version, ActionRowBuilder, ButtonBuilder, ButtonStyle } from 'discord.js'; +import { EmbedBuilder, version, ActionRowBuilder, ButtonBuilder, ButtonStyle, SlashCommandBuilder } from 'discord.js'; // import npmPackage from '../package.json' assert { type:'json' } import { readFileSync } from 'node:fs'; const npmPackage = JSON.parse(readFileSync('./package.json')); |
