Custom API / Discord text formatting

First of all thanks for bringing Nightbot to Discord. I’m not sure if many people would need this, but what I personally would like is if I could see if a custom-api request is requested from Twitch/YT or Discord. Since Discord supports text-formatting I could return formatted text.
As far as I can see they use the same way to request (Nightbot-URL-Fetcher/0.0.2).
If not possible, no big deal, just curious.

We run a few servers that function solely as URL fetchers, and they do not have any knowledge of the service requesting the URL to be fetched. You would need something in the querystring indicating the origin of the traffic. I’ve added a $(provider) variable that lists the user’s provider, which should resolve this use-case.

1 Like

Perfect solution, just what I needed. Thanks Night!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.