mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
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