Git Product home page Git Product logo

youmubot's Introduction

youmubot

Deploy Build and Test

A Discord bot made specifically for server "Dự tuyển Tổng Hợp". Written in Rust.

All PRs welcome.

Project structure

  • youmubot: The main command. Collect configurations and dispatch commands.
  • youmubot-prelude: Base structures and handy functions for command parsing / service handling.
  • youmubot-db: Base database structures.
  • youmubot-core: Core commands: admin, fun, community
  • youmubot-osu: osu!-related commands.

Working with sqlx

Regenerate compiler information

From within ./youmubot-db-sql run

cargo sqlx prepare --database-url "sqlite:$(realpath ..)/youmubot.db"

License

Basically MIT.

youmubot's People

Contributors

natsukagami avatar dependabot[bot] avatar huynd2001 avatar minhducsun2002 avatar

Stargazers

Silent gyuu avatar  avatar  avatar Taupiqueur avatar Cassie Cheung avatar GoatGuy avatar  avatar  avatar t41y0u avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

huynd2001

youmubot's Issues

Move most table rendering logic to `render_table`

What's this?

11f32cc introduced table_formatting as a generic table rendering method. We could probably use this for all the manual formatting we had before.

What to do

  • Move table_formatting into a prelude module (#38)
  • Change all commands with table rendering (iirc all of them are inside youmubot-osu) to use it instead (#39)

Osu Lazer Scoring support for Modifiers

Handle the extra mods when displaying the mod combination from Lazer scores.
Currently known not-yet implemented mods:

  • DT with modifications: +HD(x1.2)v2

Will update with more mods that are not yet considered.

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.