https://github.com/ultraflame4/discordbotclient
This python package gives you a GUI for your bot!
https://github.com/ultraflame4/discordbotclient
Last synced: 11 months ago
JSON representation
This python package gives you a GUI for your bot!
- Host: GitHub
- URL: https://github.com/ultraflame4/discordbotclient
- Owner: ultraflame4
- License: mit
- Created: 2020-10-27T10:33:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T11:49:53.000Z (about 3 years ago)
- Last Synced: 2025-02-28T11:45:49.904Z (over 1 year ago)
- Language: Python
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED BRANCH. AS OF 21/12/2022 THE CODE IN THIS BRANCH NO LONGER WORKS DUE TO BREAKING DISCORD API CHANGES!
# discordpyGUI
This python package gives you a GUI for your bot!
- Can send messages
- Can live message updates (duh)
- Can read message history (set at 20)
## Notes:
- There isnt a setup.py yet, so simply drag the folder to your project root, then import it in the script
- There isnt support for images or embed messages yet.
- Yes i know my code is terrible and my class and variable names are weird.
- Yes i also know that the colours in the gui r weird. they will be removed next time (darkmode support may also be added).
## Usage:
```python
import BotClient as bc
bot = bc.BotGui()
bot.run("")
```
## Dependancies
- discord.py