Skip to content

Instantly share code, notes, and snippets.

@thomasstr
Created November 16, 2016 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasstr/6ae268e9fff3ab1615e8bc4711eb6894 to your computer and use it in GitHub Desktop.
Save thomasstr/6ae268e9fff3ab1615e8bc4711eb6894 to your computer and use it in GitHub Desktop.
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