Skip to content

Instantly share code, notes, and snippets.

@ConnorRigby
Created March 31, 2019 02:20
Show Gist options
  • Save ConnorRigby/7528789b8a7445eb864fefa5956726a6 to your computer and use it in GitHub Desktop.
Save ConnorRigby/7528789b8a7445eb864fefa5956726a6 to your computer and use it in GitHub Desktop.
if string.match(message.content, "beep") then
new_message = message.author:reply(message.channel_id, "boop")
message:create_reaction("🤖")
new_message:create_reaction("🤖")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment