Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hikari rewrite #25

Merged
merged 7 commits into from
Jan 31, 2024
Merged

Hikari rewrite #25

merged 7 commits into from
Jan 31, 2024

Conversation

novanai
Copy link
Contributor

@novanai novanai commented Jan 31, 2024

This PR is a preview of what a rewrite to hikari could look like.

It uses hikari, the command handler hikari-arc and I would recommend hikari-miru for anything that utilises components.

I extracted the main.py file into bot.py (which sets up the bot and command client) and __main__.py (which just runs the bot). The bot is now run using the command python3 -m src, but I have not updated the Dockerfile to reflect this.

@novanai novanai mentioned this pull request Jan 31, 2024
@JedHazaymeh
Copy link
Contributor

image

Bot works as intended on review deployment 👍
Once logging and role command are implemented, LGTM

Co-authored-by: XOREAX <57073484+koyakonsta@users.noreply.github.com>
@JedHazaymeh
Copy link
Contributor

Possible minor improvements are tracked in #29

Copy link
Contributor

@JedHazaymeh JedHazaymeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JedHazaymeh JedHazaymeh merged commit cce84f5 into main Jan 31, 2024
4 checks passed
@JedHazaymeh JedHazaymeh deleted the hikari-rewrite branch January 31, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants