This commit is contained in:
Jacob Janzen 2024-12-11 21:57:51 -06:00
parent ca372e2413
commit 04b0fa8855

View file

@ -43,8 +43,5 @@ Here are the available commands and their descriptions:
} }
export function blep(state) { export function blep(state) {
return send( return send(state, { content: "≽^•𐃷•^≼" });
state,
"https://cdn.discordapp.com/app-icons/1314742798888472687/9f31a290c4c52f7eff54efd01112ab0b.png?size=512",
);
} }