diff options
| author | 2018-07-24 11:42:13 +0100 | |
|---|---|---|
| committer | 2018-07-24 11:42:13 +0100 | |
| commit | 0828b805ede295bfb4a45e8e6c5c0c334c32ca4a (patch) | |
| tree | a1a1ae4fccf1387cb16bded6ea243e43efdc90af | |
| parent | Fixing a typo in the humanize function that would cause output that looks lik... (diff) | |
Add paste service back to config
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index dacf12cd9..ba23b6404 100644 --- a/config-default.yml +++ b/config-default.yml @@ -128,3 +128,4 @@ urls: bot_avatar: "https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png" gitlab_bot_repo: "https://gitlab.com/python-discord/projects/bot" omdb: "http://omdbapi.com" + paste_service: "https://paste.pydis.com/{key}" |