├── .pylintrc ├── .travis.yml ├── LICENSE.md ├── README.md ├── config.ini ├── selena.py └── selena.service /.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/.pylintrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/README.md -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/config.ini -------------------------------------------------------------------------------- /selena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/selena.py -------------------------------------------------------------------------------- /selena.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/discord-selena/HEAD/selena.service --------------------------------------------------------------------------------