One Paragraph of project description goes here
These instructions will get you a copy of Patrick Bot up and running on your local machine.
What things you need to install the software and how to install them
pip3 install discord qiskit
The configuration file used for the bot is called config.json. template.json is a template for this configuration file.
To make the template file the configuration file on Unix, run:
cd <directory of config file>
mv template.json config.json
To edit the configuration file, follow the comments within the template. Here is template.json for reference:
{
"token": "the bot token",
"prefix": "!"
}
Notes about usage here
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE.md file for details