Skip to content

Commit

Permalink
remove existing slash commands
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 31, 2022
1 parent df1d4f7 commit 7ecc558
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 05 - Button Roles/src/register-commands.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
require('dotenv').config();
const { REST, Routes, ApplicationCommandOptionType } = require('discord.js');

const commands = [
{
name: 'embed',
description: 'Sends an embed!',
},
];
const commands = [];

const rest = new REST({ version: '10' }).setToken(process.env.TOKEN);

Expand Down

0 comments on commit 7ecc558

Please sign in to comment.