out in the woods
Block or Report
Block or report thedevelobear
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
react-rewards Public
A package containing a few micro-interactions you can use to reward your users for little things and make them smile!
-
-
12
var CustomMessage_ForgotPassword =
3`
4<!DOCTYPE html>
5<html
-
1
prompt_context() {
2# Custom (Random emoji)
3emojis=("⚡️" "🔥" "💀" "👑" "😎" "🐸" "🐵" "🦄" "🌈" "🍻" "🚀" "💡" "🎉" "🔑" "🇹🇭" "🚦" "🌙")
4RAND_EMOJI_N=$(( $RANDOM % ${#emojis[@]} + 1))
5prompt_segment black default "${emojis[$RAND_EMOJI_N]} "