Metadata-Version: 2.1
Name: tnnt-discordbot-cogs
Version: 0.3.1
Summary: TN-NT customized cogs for aa-discordbot
Home-page: https://github.com/terra-nanotech/tn-nt-discordbot-cogs
Author: Peter Pfeufer
Author-email: develop@ppfeufer.de
Maintainer: Peter Pfeufer
Maintainer-email: develop@ppfeufer.de
License: GPL-3.0
Project-URL: Issue / Bug Reports, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/issues
Project-URL: Changelog, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/blob/master/CHANGELOG.md
Keywords: allianceauth,eveonline,discord,terra_nanotech
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Terra Nanotech Discordbot Cogs

A collection of cogs for
[AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot)


```shell
pip install tnnt-discordbot-cogs
```

In `local.py` right after `INSTALLED_APPS`:

```python
# Terra Nanotech Discordbot Cogs
INSTALLED_APPS += ["tnnt_discordbot_cogs"]
```
