Code Monkey home page Code Monkey logo

asteroid's Introduction

asteroid's People

Contributors

damego avatar lukefokin avatar pre-commit-ci[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ravenswood123

asteroid's Issues

Great database refactor

What it should include:
English version:

  1. Add model for notes and blacklist for starboard
  2. Add ability to pass in functions kwargs or model
  3. What the hell with duplicate keys in the terminal?
  4. Use attrs?
  5. Write separate class for requests sending
  6. Are these getters really necessary?

Версия на русском:

  1. Добавить модель для заметок, чс для старбоард.
  2. Добавить возможность в аргументы функции давать ЛИБО необходимые аргументы ЛИБО саму модель.
  3. Что за фигня с дупликатами ключей в консоли?
  4. Использовать attrs? Хотя я умру после этого, ну да ладно.
  5. Написать отдельный класс для отправки запросов.
  6. Так ли нужны эти геттеры?

Some more information:
2)

def add_autorole(self, autorole: GuildAutoRole): ... # first way
def add_autorole(self, *, name: str, content: str, channel_id: int, ...): ... # Second way

1 with 2)

autorole = AutoRole(
  name="games",
  message_content=MessageContent(content="Games", embeds=embeds),
  channel_id=ctx.channel_id,
  message_id=message.id,
  type=AutoRoleType.BUTTON,
  components=components
)
await guild_data.add_autorole(autorole)

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.