refactor(commands/administration): fixing the log extansion in import
This commit is contained in:
parent
2c09ecf9c3
commit
cabef748b0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import {
|
||||||
import emoji from '../../../assets/emoji.json' assert { type: 'json' };
|
import emoji from '../../../assets/emoji.json' assert { type: 'json' };
|
||||||
import { Guild as GuildPrisma, User as UserPrisma } from '@prisma/client';
|
import { Guild as GuildPrisma, User as UserPrisma } from '@prisma/client';
|
||||||
import { log } from '@lib/log';
|
import { log } from '@lib/log';
|
||||||
import { isOwner } from '@lib/perm.js';
|
import { isOwner } from '@lib/perm';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue