A discord bot made to demonstrate the use of APIs on the Prompt API marketplace.
Visit Prompt API Marketplace »
Prompt API is a tech company with an ambition on building APIs for software developers. We believe good code will save the world. Help us spread the word!
This discord bot is made to demonstrate how to add moderation skills to a discord bot. All the APIs used in this bot provided by Prompt API marketplace.
$ pip install requirements.txt
Visit https://promptapi.com and create a free account. Every API on marketplace has Free Plan. Please make sure to subscribe the APIs listed on Built With section.
Create Discord Developer Account and Bot Token (@wip)
Set your environment variables
export DISCORD_TOKEN=[your-token]
export PROMPTAPI_KEY=[your-apikey]
After invite the bot on your discord server and set the permissions, try it with !badwords [some bad word] command.
This project is licensed under MIT
- Prompt API - Creator, maintainer
All PR’s are welcome!
fork
(https://github.com/promptapi/promptapi-discord-bot/fork)- Create your
branch
(git checkout -b my-feature
) commit
yours (git commit -am 'Add awesome features...'
)push
yourbranch
(git push origin my-feature
)- Than create a new Pull Request!
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.