diff options
| author | 2018-06-07 19:53:24 +0100 | |
|---|---|---|
| committer | 2018-06-07 19:53:24 +0100 | |
| commit | 6c88fe8f0d8a75f1e4901eb50bae1fb68c3f6dd7 (patch) | |
| tree | 6d1e3ea1873e31cbb74d2d3b8cc23aaefa95e784 /config-default.yml | |
| parent | Force all loggers to use our handlers, and disable papertrail (diff) | |
GitHub -> GitLab
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 3a20d10c6..eb0f86d2f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -75,6 +75,6 @@ urls: site_names_api: 'https://api.pythondiscord.com/bot/snake_names' site_idioms_api: 'https://api.pythondiscord.com/bot/snake_idioms' site_special_api: 'https://api.pythondiscord.com/bot/special_snakes' - github_bot_repo: 'https://github.com/discord-python/bot' + gitlab_bot_repo: 'https://gitlab.com/discord-python/projects/bot' bot_avatar: 'https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png' omdb: 'http://omdbapi.com' |