AstreaTSS / interactions-astro

πŸ”Ž Utilities made easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro

πŸ”Ž Utilities made easy.


Astro is the main bot powering moderation and other utilities in the interactions.py support server. The goal of Astro is to make searching simple, and automate our moderation process. Whether that's creating tags with autocompleted suggestions, code examples, or interactive tutorials: Astro has you covered. Interactions should be simple to understand, and coding them is no different.

This project is built with interactions.py 4.0.2, the no. 1 leading Python interactions library that empowers bots with the ability to implement slash commands and components with ease. The codebase of this bot reflects how simple, modular and scalable the library is---staying true to the motto of what it does.

Installation

Installing and downloading the bot is very simple. Paste this command into your terminal line:

pip install -U git+https://github.com/interactions-py/Astro.git

In order to install any dependencies that the bot uses, please run this command in the root namespace of the cloned repository:

pip install -r requirements.txt

About

πŸ”Ž Utilities made easy.

License:MIT License


Languages

Language:Python 100.0%