rm /links from where to find hullcss

imgbot
CTome 2022-07-24 12:07:32 +01:00 committed by GitHub
parent 005271897b
commit 697dfb4343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ module.exports = {
.setTitle("Links!")
.setColor('GREEN')
.setFooter({ text: `Called By: ${interaction.user.tag}`})
.addField('Find us here:','https://hullcss.org/links')
.addField('Find us here:','https://hullcss.org')
interaction.reply({ embeds: [embed]});
},
};
};