Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 684 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 684 Bytes

BobbyTablesBot

A XKCD Discord bot

A simple Python Discord bot that takes in a XKCD comic number and returns a URL, relying on embeds to provide the actual comic image and alt-text. It also allows the user to input a string and get a guess at a relevant XKCD. Finally, no argument returns the latest XKCD.

New! Because life is complicated, you can now request the ExplainXKCD page of a particular comic.

Credit for name goes to BobbyTablesBot on Reddit.

The search is entirely based on adtac's Relevant XKCD search API. It wouldn't be possible without him, so many thanks there!