seendsouza / patrickbot

A bot for Discord, specifically tailored to my friends
Apache License 2.0
0 stars 0 forks source link

Patrick Bot

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of Patrick Bot up and running on your local machine.

Prerequisites

What things you need to install the software and how to install them

pip3 install discord qiskit

Configuring the bot

The configuration file used for the bot is called config.json. template.json is a template for this configuration file.

Renaming the configuration file

To make the template file the configuration file on Unix, run:

cd <directory of config file>
mv template.json config.json

Editing the configuration file

To edit the configuration file, follow the comments within the template. Here is template.json for reference:

{
  "token": "the bot token",
  "prefix": "!"
}

Usage

Notes about usage here

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE.md file for details

Acknowledgments