Open Neptuneia opened 1 year ago
forgot to add dependency (craiyon.py) (add it with
make add craiyon.py
) and__blocked_prompts.py
shouldn't be inside events folder since it have nothing to do with events, consider hard code it inside command class or somewhere else (like utils folder)
wait theres a utils folder, ill change those though
now it's 100% complete
i am happy someone actually implemented it
the hardest part was setting the bot up for testing
What kind of change does this PR introduce?
Introduces an AI image generator using the Craiyon Python API.
Describe the changes proposed in the pull request
Introduces an AI image generator (with blocked prompts so people wont generate bad stuff) into Discox.
What is the current behavior?
I don't know, the normal behavior?
What is the new behavior
it generates art or images from the craiyon python API
Does this PR introduce a breaking change?
Not that I know of
Does this PR introduce changes to the database? Nope
Other information: Dependencies: craiyon.py, install with
make add craiyon.py