blep upgrade
This commit is contained in:
parent
cc8cc8eccf
commit
ca372e2413
1 changed files with 4 additions and 1 deletions
|
@ -43,5 +43,8 @@ Here are the available commands and their descriptions:
|
||||||
}
|
}
|
||||||
|
|
||||||
export function blep(state) {
|
export function blep(state) {
|
||||||
return send(state, "≽^•𐃷•^≼");
|
return send(
|
||||||
|
state,
|
||||||
|
"https://cdn.discordapp.com/app-icons/1314742798888472687/9f31a290c4c52f7eff54efd01112ab0b.png?size=512",
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue