From 8f839845a53e8eafb742b11c406e0bea5ab2f103 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Dec 2022 13:26:47 -0500 Subject: [PATCH] Remove incorrect text from boilerplate --- commands/invite.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/invite.js b/commands/invite.js index b9d535c..95773cc 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -1,8 +1,6 @@ /* * Konpeki Discord Bot - Slash Command Definition File * invite.js - Uses your bot's clientID to create and share it's own invite link -* -* Function modified from https://discordjs.guide/creating-your-bot/slash-commands.html */ const { SlashCommandBuilder } = require('discord.js');