Skip to content

Commit

Permalink
pull from #1 @parasop
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Sep 29, 2022
1 parent 53e7ea6 commit 62514ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/features/paginate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const { EmbedBuilder, CommandInteraction, Message, ButtonBuilder, ActionRowBuilder, ButtonStyle, ComponentType } = require('discord.js');


module.exports = class Pagination {
import { EmbedBuilder, CommandInteraction, Message, ButtonBuilder, ActionRowBuilder, ButtonStyle, ComponentType } from 'discord.js';
export default class Pagination {
constructor() {
this.paginateOptions = {
style: ButtonStyle.Primary,
Expand Down
6 changes: 4 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export const paginate = require('./features/paginate.js');
export const Markdown = require('./features/markdown.js').default;
module.exports = {
Paginate: require('./features/paginate.js').default,
Markdown: require('./features/markdown.js').default
}

0 comments on commit 62514ad

Please sign in to comment.