mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: "links",
|
||||
description: "A helpful list of links to all of Selmer's wonderful websites",
|
||||
execute(message, args, Discord) {
|
||||
execute(message, args, Discord, Client, bot) {
|
||||
const newEmbed = new Discord.MessageEmbed()
|
||||
.setColor('#002eff')
|
||||
.setTitle("Selmer's Links")
|
||||
|
||||
Reference in New Issue
Block a user