https://github.com/crumblyliquid/organizer
Discord bot that sends message at specific time which users can react to.
https://github.com/crumblyliquid/organizer
discord discord-api discord-bot discord-py discordbot python python-3 python3
Last synced: 3 months ago
JSON representation
Discord bot that sends message at specific time which users can react to.
- Host: GitHub
- URL: https://github.com/crumblyliquid/organizer
- Owner: CrumblyLiquid
- License: gpl-3.0
- Created: 2020-11-28T16:25:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T16:54:15.000Z (over 4 years ago)
- Last Synced: 2025-01-15T07:10:52.560Z (5 months ago)
- Topics: discord, discord-api, discord-bot, discord-py, discordbot, python, python-3, python3
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Organizer
Discord bot that sends message at specific time which users can react to.## Requirements
- [Python 3.8.6](https://www.python.org/downloads/release/python-386/)
- [Discord.py](https://github.com/Rapptz/discord.py/)
- [Discord.py Menus](https://github.com/Rapptz/discord-ext-menus)
- For more see [requirements.txt](requirements.txt)## Setup
1. Install Python 3.8.6
2. Clone this repository.
3. Go to the repository destination and execute `pip install -r requirements.txt`
4. Rename `config_example.json` to `config.json` and set important variables.
```
{
"token": "", <- Token here
"prefix": "", <- Prefix here (Not needed for much | Defaults to `o!`)
"time": {"hour": 0, "minute": 0, "second": 0},
"channel_id": 0, <- The ID where the bot should send the message
"title": "", <- The event title
"description": "" <- The event description
}
```5. Run the `bot.py`
## Issues
If you encounter any bugs create an issue and I'll try to resolve the porblem.## Limitations
- Only works for one guild.
- Need to account for different timezones.Note: These limitations can be solved but I'm lazy to do so. Might solve them in future commits.
## Contribution
If you want to improve the bot feel free to make a pull request!## Lincense
[GNU GPLv3](LICENSE)