7 lines
247 B
JavaScript
7 lines
247 B
JavaScript
module.exports = {
|
|
name: "truth",
|
|
description: "The truth about MHFS",
|
|
execute(message, args) {
|
|
message.channel.send("https://www.twitch.tv/hochmania/clip/EsteemedSlickDootStinkyCheese-hncmP8aIP8_WQb_a?filter=clips&range=all&sort=time");
|
|
}
|
|
} |