Added gorb storm
parent
441eec29c3
commit
e162197a33
|
@ -26,5 +26,11 @@ module.exports = {
|
||||||
if(args[0] === 'christmas'){
|
if(args[0] === 'christmas'){
|
||||||
message.channel.send({ files: ['./images/gorbchristmas.png'] })
|
message.channel.send({ files: ['./images/gorbchristmas.png'] })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(args[0] === 'storm'){
|
||||||
|
message.channel.send({ files: ['./images/gorbstorm.png'] })
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
Loading…
Reference in New Issue