Created
March 31, 2019 02:20
-
-
Save ConnorRigby/7528789b8a7445eb864fefa5956726a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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