This commit is contained in:
Christopher Cookman 2025-01-20 19:42:43 -07:00
parent 4568fa0504
commit 3a87995f50

View file

@ -11,4 +11,4 @@ const execute = async (interaction) => {
const noop = () => { };
module.exports = { execute: noop }
module.exports = { execute }