jabirchall / nimdadiscord
An Advanced Discord Bot with a nice plugin autoloading.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 2
Open Issues: 5
Type:project
Requires
- php: >=7.1
- ext-mbstring: ~7.1
- ext-pdo: ~7.1
- illuminate/database: ~5.7.0
- laravel-discord/yasmin: ^0.8
This package is auto-updated.
Last update: 2025-03-29 00:44:54 UTC
README
Nimda ❤ Yasmin
Getting Started
To install this bot run ./composer create-project JABirchall/NimdaDiscord NimdaDiscord
or clone/download this
repository to your server
Edit the configuration files in /Nimda/Configuration
to get a discord API token go here:
https://discordapp.com/developers/applications/
Once all packages are installed run php start.php
Prerequisities
- PHP version 7.1+
- php_PDO extentions
- mbstring
- A discord bot token
Features
- Asynchronous execution
- Multi server suport
- Plugin Auto-loading and Auto-installing
- Eloquent database support for Progresql, Mysql, MSSQL, SQLite
- Timers
Coding style
We use FIG PSR-2 coding style standard, please read PSR-2 coding style guide for specific details.
Deployment
This bot must be run in CLI: php start.php
Built With
- PHP 7.3 - Totally
- Love - Maybe
- PHPStorm - ergaerga
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- JABirchall - Maintainer, Bot base, plugin system, timers
- Thurston - Intern, events
See also the list of contributors who participated in this project.
License
This project is licensed under GNU AGPLv3 License - see the LICENSE file for details
Acknowledgments
- noother
- CharlotteDunois