diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-11 21:57:51 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-11 21:57:51 -0600 |
commit | 04b0fa8855b62fac8677300c8ced95852358e44b (patch) | |
tree | 1ebd951f1fbc2c12cffacc27686086543e5d43a2 /command_impls.js | |
parent | ca372e24134d9d57ba78961ff85213901a9164c0 (diff) |
fix blep
Diffstat (limited to 'command_impls.js')
-rw-r--r-- | command_impls.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/command_impls.js b/command_impls.js index 202bfba..92bc544 100644 --- a/command_impls.js +++ b/command_impls.js @@ -43,8 +43,5 @@ Here are the available commands and their descriptions: } export function blep(state) { - return send( - state, - "https://cdn.discordapp.com/app-icons/1314742798888472687/9f31a290c4c52f7eff54efd01112ab0b.png?size=512", - ); + return send(state, { content: "≽^•𐃷•^≼" }); } |