28 lines
771 B
Markdown
28 lines
771 B
Markdown
# Discord bot for MP2Is
|
||
|
||
## Description
|
||
|
||
Staticky is a Python-based bot that provides various functionalities for managing the MP2I Discord server.
|
||
|
||
## Installation
|
||
|
||
To install and runStaticky, follow these steps:
|
||
|
||
1. Clone the repository: `git clone https://github.com/fallmarsisus/staticky.git`
|
||
2. Install the required dependencies: `pip install -r requirements.txt`
|
||
3. Run the bot: `botdiscord.py`
|
||
|
||
## Commands
|
||
|
||
Once the bot is running, you can use various commands to interact with it. Here are some examples:
|
||
|
||
- `/help`: Display the list of available commands.
|
||
- `/colloscope [group] {timezone}`: Get a .ics file with your orals.
|
||
|
||
There will be more soon
|
||
|
||
|
||
## License
|
||
|
||
This project is licensed under the MIT License. See the `LICENSE` file for more information.
|