Minor changes

This commit is contained in:
CramMK
2020-04-24 10:17:53 +02:00
parent 786f3ff86e
commit fb86a197b6
3 changed files with 15 additions and 5 deletions

View File

@@ -9,7 +9,8 @@ loadconfig.py then gets called in aquabot.py
import yaml
# Variable Gathering
__avatar__ = "https://i.imgur.com/mskM9dH.png"
__avatar_old__ = "https://i.imgur.com/mskM9dH.png"
__avatar__ = "https://i.redd.it/0uajctrps9u41.jpg"
try:
with open("config/config.yml") as file: