Compare commits
No commits in common. "62666e2a3f8eeddb954e305b9a5f9e39a4863a30" and "a86044c7f6c6f12414cfa0201987bf61d510fb2f" have entirely different histories.
62666e2a3f
...
a86044c7f6
2 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,6 @@ export default {
|
|||
.setName('optout')
|
||||
.setDescription('Opt out of the non commands features and arguments logging (for debugging purposes)'),
|
||||
category: 'utility',
|
||||
integration_types: [0, 1],
|
||||
|
||||
async execute(interaction, args, client) {
|
||||
const isOptOut = await db.optout.findOne({ where: { userID: interaction.user.id } });
|
||||
|
||||
|
|
|
@ -5,9 +5,8 @@ export default {
|
|||
.setName('ping')
|
||||
.setDescription('Replies with Pong!'),
|
||||
category: 'utility',
|
||||
integration_types: [0, 1],
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
const row = new ActionRowBuilder()
|
||||
.addComponents(
|
||||
new ButtonBuilder()
|
||||
|
|
Loading…
Reference in a new issue