├── .gitignore ├── README.md ├── authority.py ├── listener.py └── main.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NMan1/DiscordBotServerDestroyer/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NMan1/DiscordBotServerDestroyer/HEAD/README.md -------------------------------------------------------------------------------- /authority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NMan1/DiscordBotServerDestroyer/HEAD/authority.py -------------------------------------------------------------------------------- /listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NMan1/DiscordBotServerDestroyer/HEAD/listener.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NMan1/DiscordBotServerDestroyer/HEAD/main.py --------------------------------------------------------------------------------