├── AntiFlood.php ├── Database.php ├── LICENSE ├── NeleBotX.php ├── README.md ├── TelegramBot.php ├── Variables.php ├── configs.php ├── crontab.php ├── docs ├── _config.yml ├── functions.md ├── index.md ├── setup.md └── variables.md ├── errorHandler.php ├── index.php └── plugins ├── commands.php ├── example.php └── management.php /AntiFlood.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/AntiFlood.php -------------------------------------------------------------------------------- /Database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/Database.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/LICENSE -------------------------------------------------------------------------------- /NeleBotX.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/NeleBotX.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/README.md -------------------------------------------------------------------------------- /TelegramBot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/TelegramBot.php -------------------------------------------------------------------------------- /Variables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/Variables.php -------------------------------------------------------------------------------- /configs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/configs.php -------------------------------------------------------------------------------- /crontab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/crontab.php -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/docs/functions.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/docs/setup.md -------------------------------------------------------------------------------- /docs/variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/docs/variables.md -------------------------------------------------------------------------------- /errorHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/errorHandler.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/index.php -------------------------------------------------------------------------------- /plugins/commands.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/plugins/commands.php -------------------------------------------------------------------------------- /plugins/example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/plugins/example.php -------------------------------------------------------------------------------- /plugins/management.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NeleB54Gold/NeleBotX/HEAD/plugins/management.php --------------------------------------------------------------------------------