Import from barrel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ButtonInteraction, Client } from 'discord.js';
|
||||
import { getNoteMessage } from '../utils/note-utils';
|
||||
import { getNoteMessage } from '../utils';
|
||||
|
||||
export default {
|
||||
name: 'note-next',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ButtonInteraction, Client} from 'discord.js';
|
||||
import { getNoteMessage } from '../utils/note-utils';
|
||||
import { getNoteMessage } from '../utils';
|
||||
|
||||
export default {
|
||||
name: 'note-previous',
|
||||
|
||||
@@ -8,6 +8,7 @@ export * from './message-logger';
|
||||
export * from './message-utils';
|
||||
export * from './ms-to-human';
|
||||
export * from './note-utils';
|
||||
export * from './record-utils';
|
||||
export * from './refresh-commands';
|
||||
export * from './string-utils';
|
||||
export * from './ticket-utils';
|
||||
|
||||
Reference in New Issue
Block a user