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

Add !takematrix command #11

Closed
pacpix opened this issue Jan 16, 2021 · 2 comments
Closed

Add !takematrix command #11

pacpix opened this issue Jan 16, 2021 · 2 comments
Assignees
Labels
Legacy Command Migration The porting of legacy functionality into the application.

Comments

@pacpix
Copy link
Collaborator

pacpix commented Jan 16, 2021

This command is a simple text command that documents the meanings of the different matrix quadrants

elif message.content.startswith('!takematrix'):
        msg = 'Q1 = Hot and Right, Q2 = Hot and Wrong, Q3 = Cold and Wrong, Q4 = Cold and Right'.format(message)
        yield from channel.send(msg)
@pacpix pacpix added the Legacy Command Migration The porting of legacy functionality into the application. label Jan 16, 2021
@pacpix pacpix added this to the Legacy Command Migration milestone Jan 16, 2021
@EchoFrost
Copy link
Owner

Note for repository auditors:
This task was completed in the initial commit of the repository.

Ref. commit hash: aa862598739b9c4a9f6d34880fb363f2ec17c30f

@pacpix
Copy link
Collaborator Author

pacpix commented Jan 16, 2021

used as a test case due to the relative command architecture simplicity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Legacy Command Migration The porting of legacy functionality into the application.
Projects
None yet
Development

No branches or pull requests

2 participants