Metadata-Version: 2.1
Name: roleplaycog
Version: 0.5.0
Summary: Roleplay cog for py-cord
Home-page: https://github.com/mariohero24/roleplaycog
Author: Guard Boi
Author-email: guard@cow.futbol
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

# Roleplay Cog
This package is a cog edition of [my roleplay bot repository](https://github.com/mariohero24/Roleplay-Bot)
## Installation
```cs
pip install roleplaycog
```
## Setup
In your main bot file:
```py
bot.load_extension(".roleplay", package="roleplaycog")
```
Or if you want all the commands to be in a slash command group:
```py
bot.load_extension(".roleplaygrouped", package="roleplaycog")
```
