Updated help with new commands

imgbot
kieranrobson 2022-05-13 19:52:40 +01:00
parent af0b5d4142
commit 99e1752f5a
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ module.exports = {
.addField('-buy', 'Sends a link to purchase membership')
.addField('-links', 'Get all the links')
.addField('-freeside', 'A link to the Freeside discord server')
.addField('-robsoc', 'A link to the Robotics Society discord server')
message.channel.send({ embeds: [embed] });
}