Skip to content

Instantly share code, notes, and snippets.

@PSingletary
Last active July 17, 2023 13:26
Show Gist options
  • Select an option

  • Save PSingletary/a0619ca96473351b13a5592454a8fef3 to your computer and use it in GitHub Desktop.

Select an option

Save PSingletary/a0619ca96473351b13a5592454a8fef3 to your computer and use it in GitHub Desktop.
FrankerFaceZ Chat Actions

FFZ json for customization

Chat hover

  • LUL.json - respond to a message with LUL
  • Native_shoutout.json - A BROADCASTER / MOD command, give a native shoutout
  • Wave.json - a frendly wave hello
{"action":"chat","appearance":{"type":"text","text":"LUL","tooltip":"LUL"},"ctx":"hover","options":{"command":"LUL @{{user.displayName}}"},"display":{}}
{"action":"chat","appearance":{"type":"icon","text":"C","tooltip":"Native Shoutout","icon":"ffz-i-heart","color":"#417505"},"ctx":"hover","options":{"command":"/shoutout {{user.displayName}}"},"display":{}}
{"action":"chat","appearance":{"type":"text","text":"๐Ÿ‘‹","tooltip":"Wave Hi"},"ctx":"hover","options":{"command":"๐Ÿ‘‹ there @{{user.displayName}}"},"display":{}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment