prettify-bot is a Discord bot that can prettify users' code and upload it to hastebin for them, all they need to do is send the code in a codeblock and mention the bot in the same message!
see info.md for a complete list of prettify-bot features (and usage guide!).
- add prettify support for more languages
https://discordapp.com/oauth2/authorize?client_id=409800693927641098&scope=bot
(not guaranteed to run 24/7 as of now. you can try self-hosting it, though!)
you can also join this server and try interacting with prettify-bot yourself.
if you're going to host prettify-bot yourself, after cloning/downloading the repo don't forget to create a config.json
file in /parts
directory with the following contents:
{
"token": "your.token.here",
"mmax": 4,
"lmax": 10,
"lreset": 60000,
"lms": 60000
}
token
is your bot token;
mmax
is the maximum amount of codeblocks per message;
lmax
, lreset
and lms
are values used for the cooldown system (see limits.js or just leave the default values if you don't understand what's happening there).
Copyright 2018 Ia_grib
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.