remove useless process import
This commit is contained in:
parent
c980594974
commit
746491d83f
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import { SlashCommandBuilder } from '@discordjs/builders';
|
import { SlashCommandBuilder } from '@discordjs/builders';
|
||||||
import process from 'node:process';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
|
Loading…
Reference in a new issue