EverOddish / DrFujiBot

DrFujiBot is a client-side Twitch chat bot that provides a command-based interface to Pokemon data.
GNU General Public License v3.0
9 stars 9 forks source link

Implement the !song command (Last.fm integration) #1

Closed EverOddish closed 4 years ago

EverOddish commented 5 years ago

Using the DrFujiBot 1.0 code as an example, implement a new built-in command that uses the Last.fm API to display the current song.

See Adding New Built-In Commands for how to create a new command.

EverOddish commented 5 years ago

See this link for the example from DrFujiBot 1.0

EverOddish commented 4 years ago

Done by @wwselleck, thank you!