Giter Site home page Giter Site logo

fated's Introduction

Fated

General purpose Discord bot built with hikari and Tanjun.

This was originally made for testing aiobungie

Requirements

  • Python >= 3.10
  • PostgreSQL >=13, Used for storing muted members information and Destiny 2 memberships.
  • Redis >= 6, Used for storing custom prefixes, and OAuth2 tokens. Optional.

You'll also need to make the user and database from psql yourself.

Running

  • Configs found here.
  • Requirements python -m pip install -r requirements.txt
  • Init the database python run.py db init
  • Run redis redis-server &
  • Run the bot python run.py

fated's People

Contributors

dependabot[bot] avatar nxtlo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

fated's Issues

Destiny 2.

General d2 commands ported from Amaya.

Prefix subcommands

Instead of just having one command for prefix which changes the prefix. We want to have multiple sub commands for that, i.e.

@tanjun.as_message_command_group(...)
async def prefix(...) -> None:
    ...

@prefix.with_command
async def set(prefix: str) -> None:
    await pool.execute(...)

@prefix.with_command
async def reset(...) -> None:
    ...

Notes.

Similar to tag commands. But this is for the individual's own usage and not everyone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.