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

Implement rat reaccs #5

Open
pacpix opened this issue Jan 16, 2021 · 0 comments
Open

Implement rat reaccs #5

pacpix opened this issue Jan 16, 2021 · 0 comments
Assignees
Labels
Command Architecture Change Legacy commands that cannot be ported without major architecture change

Comments

@pacpix
Copy link
Collaborator

pacpix commented Jan 16, 2021

Current data model assumes memorial breakfast, need to reimplement in a way that fits new server architecture. This will require a design meeting discussion.

    # Rat react any posts in the rat zone channel
    if str(message.channel) == "rat-zone-memorial-breakfast":
        yield from client.add_reaction(message, "\U0001F400")

We also need to upgrade the original rat reacc in legacy code to new version of discord.py

@pacpix pacpix added the Command Architecture Change Legacy commands that cannot be ported without major architecture change label Jan 16, 2021
@pacpix pacpix added this to the Legacy Command Migration milestone Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Command Architecture Change Legacy commands that cannot be ported without major architecture change
Projects
None yet
Development

No branches or pull requests

2 participants