Created
November 16, 2016 07:45
-
-
Save thomasstr/6ae268e9fff3ab1615e8bc4711eb6894 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
bot.command(:getid, max_args: 1, in: "#channel", from: ["thmzz"], description: "Get the ID of the person selected") do |event, *args| | |
name = args[0] | |
event.respond THE_ID_OF_THE_NAME | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment