aboutsummaryrefslogtreecommitdiff
path: root/command_impls.js
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-11 21:55:13 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-11 21:55:40 -0600
commitca372e24134d9d57ba78961ff85213901a9164c0 (patch)
tree7b40bec3b0e6e67702e875110c5ec3dd99db0730 /command_impls.js
parentcc8cc8eccf731b421ba52ef9d449a93b88aea80d (diff)
blep upgrade
Diffstat (limited to 'command_impls.js')
-rw-r--r--command_impls.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/command_impls.js b/command_impls.js
index fdd8219..202bfba 100644
--- a/command_impls.js
+++ b/command_impls.js
@@ -43,5 +43,8 @@ Here are the available commands and their descriptions:
}
export function blep(state) {
- return send(state, "≽^•𐃷•^≼");
+ return send(
+ state,
+ "https://cdn.discordapp.com/app-icons/1314742798888472687/9f31a290c4c52f7eff54efd01112ab0b.png?size=512",
+ );
}