diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-10-05 08:50:42 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-10-05 08:50:42 -0400 |
commit | 146d1ee7ff07c351e5249880ad2095a34fd3c7e7 (patch) | |
tree | 9e55e03b59167f650170e8f63e616cfae52a66d5 /src/main/resources/config.yml | |
parent | change image fetch timeout (diff) | |
download | ken-146d1ee7ff07c351e5249880ad2095a34fd3c7e7.tar.gz ken-146d1ee7ff07c351e5249880ad2095a34fd3c7e7.tar.bz2 ken-146d1ee7ff07c351e5249880ad2095a34fd3c7e7.zip |
local image fetch
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index f050e38..7612f48 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -45,11 +45,15 @@ botName: "Ken" # Example: "ChFRPDF" supportServer: "" -# Send welcome messages when a player joins the server -welcomeMessages: true +# This is the cdn that will contain all KenBoReborn images, I host one myself so there is no +# need for you to use your own. If you want, you can use your own. A cdn is required because discord +# requires a url for embeds instead of just uploading an image. +cdn: "https://cdn.tylermurphy.net/ken/" -# Send level up messages when a player levels up -levelMessages: true +# Fetch image url. For the gif generation commands, instead of sending discord a url to a cdn, Ken has to +# manually pull images to work on them to create the gifs. For most people, you can just keep it as the cdn, and +# have images automatically update. But if you want, you can set images to locally fetch instead from inside the jar. +fetchLocal: false # The RGB color value of the discord bot. Used for bot theming. colors: |