This commit is contained in:
Lantium 2022-04-03 11:36:08 +02:00
parent a14348bbae
commit f76ceee611

View File

@ -5,7 +5,7 @@ module.exports = {
async execute(client, message) {
const coffee =
"https://images-ext-1.discordapp.net/external/gWWAmrhDtCfsmx6HDysqMULEz0j3CkU-oT25unc_eWM/%3Fc%3DVjFfZGlzY29yZA/https/media.tenor.com/JD8FKEt0K9QAAAPo/coffee-vec50.mp4";
"https://tenor.com/view/coffee-high-coffee-coffee-boy-coffee-kid-encanto-gif-24425454";
message.channel.send(`It's coffee Time ! ${coffee}`);
},