Added gorb party
parent
bf91b2ddb9
commit
48631182fe
|
@ -17,5 +17,9 @@ module.exports = {
|
||||||
if(args[0] === 'cs'){
|
if(args[0] === 'cs'){
|
||||||
message.channel.send({ files: ['./images/gorbcs.jpg'] })
|
message.channel.send({ files: ['./images/gorbcs.jpg'] })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(args[0] === 'party'){
|
||||||
|
message.channel.send({ files: ['./images/gorbcelebration.jpg'] })
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
Loading…
Reference in New Issue