diff --git a/__init__.py b/__init__.py index 370dc0d..bf46d71 100644 --- a/__init__.py +++ b/__init__.py @@ -2,8 +2,7 @@ from asyncio import sleep from pathlib import Path ''' -https://www.asciimation.co.nz/ - +ASCII Art from https://www.asciimation.co.nz/ ''' starwars_file_path = (f"{Path(__file__).parent}/starwars.txt")