├── .gitignore ├── LICENSE ├── README.md ├── aboutme.txt ├── config.example.json ├── config.json ├── emojis.txt ├── main.py └── text.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/README.md -------------------------------------------------------------------------------- /aboutme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/aboutme.txt -------------------------------------------------------------------------------- /config.example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/config.example.json -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/config.json -------------------------------------------------------------------------------- /emojis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/emojis.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RELIHR/Discord-Status-Rotator/HEAD/main.py -------------------------------------------------------------------------------- /text.txt: -------------------------------------------------------------------------------- 1 | testing 2 | hello 3 | one 4 | Tree 5 | He 6 | --------------------------------------------------------------------------------