├── LICENSE ├── Pipfile ├── Pipfile.lock ├── Readme.md ├── config.conf ├── main.py └── screen.webp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/LICENSE -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/Readme.md -------------------------------------------------------------------------------- /config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/config.conf -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/main.py -------------------------------------------------------------------------------- /screen.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zachacious/RouBot/HEAD/screen.webp --------------------------------------------------------------------------------