Added gorb command
parent
58860ba1fe
commit
a4456cd768
|
@ -10,6 +10,12 @@ module.exports = {
|
||||||
* @param {String[]} args
|
* @param {String[]} args
|
||||||
*/
|
*/
|
||||||
run: async (client, message, args) => {
|
run: async (client, message, args) => {
|
||||||
|
|
||||||
|
if(!args[0]){
|
||||||
message.channel.send({ files: ['./images/gorb.jpg'] })
|
message.channel.send({ files: ['./images/gorb.jpg'] })
|
||||||
|
}
|
||||||
|
if(args[0] === 'cs'){
|
||||||
|
message.channel.send({ files: ['./images/gorbcs.jpg'] })
|
||||||
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Loading…
Reference in New Issue