smilegodly / mewbot

A discord bot with some cool features made with Python.
2 stars 3 forks source link

Feature: Syntax highlighting for howdoi query results #43

Open smilegodly opened 3 years ago

smilegodly commented 3 years ago

Currently the !howdoi command doesn't return syntax highlighted code as the result

It would be awesome to have some code that can tell us what language a specific query result is in so we can apply the correct highlighter to the markdown.

This is what we have currently

image

What we want should look like

image