Skip to content

Commit 60bf5a5

Browse files
committed
fix: Run lint again
1 parent 6ec81c3 commit 60bf5a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/slashCommands/admin/nukepaid.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const {
2-
Permissions,
32
SlashCommandBuilder,
43
PermissionFlagsBits,
54
} = require('discord.js');

src/slashCommands/admin/unlock.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const {
22
SlashCommandBuilder,
33
PermissionFlagsBits,
4-
ThreadAutoArchiveDuration,
54
} = require('discord.js');
65

76
module.exports = {

0 commit comments

Comments
 (0)