Import from barrel

This commit is contained in:
Tarrgon
2025-05-31 11:15:21 -04:00
parent f5268ace77
commit 4b56cd9b9f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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',
+1
View File
@@ -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';