Added gorb christmas
parent
48631182fe
commit
441eec29c3
|
@ -19,7 +19,12 @@ module.exports = {
|
|||
}
|
||||
|
||||
if(args[0] === 'party'){
|
||||
message.channel.send({ files: ['./images/gorbcelebration.jpg'] })
|
||||
message.channel.send({ files: ['./images/gorbcelebration.png'] })
|
||||
}
|
||||
|
||||
|
||||
if(args[0] === 'christmas'){
|
||||
message.channel.send({ files: ['./images/gorbchristmas.png'] })
|
||||
}
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue