dyreschlock / schlock-bot

Robot code to run on Twitch, Discord, and host OBS overlays
0 stars 0 forks source link

Resolve Pokemon Names and Numbers #2

Closed dyreschlock closed 3 years ago

dyreschlock commented 3 years ago

Write a chat listener that will read in either a Pokemon's number or name, and then return the other one to the chat.

Basic syntax: "!pokemon 25" will return "Pikachu" "!pokemon pikachu" will return "No. 25"

dyreschlock commented 3 years ago

Or maybe just make it simple. "!pokemon 25" or "!pokemon pikachu" returns "No. 25 Pikachu"

dyreschlock commented 3 years ago

The internal service can take commands and resolve names and numbers. Created tests to make sure it works.

The Discord Bot does not yet know how to read the contents of the message.

dyreschlock commented 3 years ago

The discord bot can now listen for these events. It works!