diff options
author | 2019-09-15 17:11:53 +0200 | |
---|---|---|
committer | 2019-09-15 17:11:53 +0200 | |
commit | 6af4044c9a4c12a957e579c82871e7a2917781d9 (patch) | |
tree | 8110a7e4df1019bb79e97a6484b9932c866155f2 | |
parent | Merge branch 'master' of github.com:python-discord/bot (diff) |
Changing the prefix and domain back
-rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 01bdcd1e7..c9fc3b954 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,5 +1,5 @@ bot: - prefix: "." + prefix: "!" token: !ENV "BOT_TOKEN" cooldowns: @@ -234,7 +234,7 @@ keys: urls: # PyDis site vars - site: &DOMAIN "django.pythondiscord.com" + site: &DOMAIN "pythondiscord.com" site_api: &API !JOIN ["api.", *DOMAIN] site_paste: &PASTE !JOIN ["paste.", *DOMAIN] site_staff: &STAFF !JOIN ["staff.", *DOMAIN] |