Metadata-Version: 2.1
Name: tnnt-discordbot-cogs
Version: 0.5.0
Summary: TN-NT customized cogs for aa-discordbot
Project-URL: Homepage, https://github.com/terra-nanotech/tn-nt-discordbot-cogs
Project-URL: Documentation, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/blob/master/README.md
Project-URL: Source, https://github.com/terra-nanotech/tn-nt-discordbot-cogs.git
Project-URL: Changelog, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/blob/master/CHANGELOG.md
Project-URL: Tracker, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/issues
Author-email: Peter Pfeufer <develop@ppfeufer.de>
License-Expression: GPL-3.0
License-File: LICENSE
Keywords: allianceauth,discord,eveonline,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
Requires-Dist: allianceauth-app-utils>=1.14.1
Requires-Dist: allianceauth-discordbot
Requires-Dist: allianceauth>=3.0.0
Requires-Dist: django-eveuniverse>=1.3.0
Description-Content-Type: text/markdown

# Terra Nanotech Discordbot Cogs

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


---

<!-- TOC -->
* [Terra Nanotech Discordbot Cogs](#terra-nanotech-discordbot-cogs)
  * [Important Information](#important-information)
  * [Install](#install)
<!-- TOC -->

---


## Important Information

These Discord bot COGs are specially tailored for the corporation Terra Nanotech.
They COGs of apps we use, so they fit our needs.

> **Note**
>
> If you install this app, you need to be aware that there will be
no support for any kind of issues you might encounter, and you have to figure it out
on your own.

## Install

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

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

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

Run DB migrations and restart supervisor.
