mrmBot-Matrix/commands/boat.js

9 lines
289 B
JavaScript
Raw Normal View History

2019-09-13 20:02:41 +00:00
const playSound = require("../utils/soundplayer.js");
exports.run = async (message) => {
return playSound("./assets/audio/boat.opus", message);
};
exports.aliases = ["tape", "flextape", "phil", "philswift"];
exports.category = 6;
exports.help = "Plays the Flex Tape boat sound effect";