Added gorb command

imgbot
kieranrobson 2022-05-13 19:26:17 +01:00
parent 58860ba1fe
commit a4456cd768
2 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,12 @@ module.exports = {
* @param {String[]} args
*/
run: async (client, message, args) => {
message.channel.send({ files: ['./images/gorb.jpg'] })
if(!args[0]){
message.channel.send({ files: ['./images/gorb.jpg'] })
}
if(args[0] === 'cs'){
message.channel.send({ files: ['./images/gorbcs.jpg'] })
}
},
};

BIN
images/gorbcs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB