A Discord bot is a software bot that can perform tasks or services for an individual. The term ”chatbot” is also used to refer to Discord bots. This bot can be invited in any discord server and the bot is ready to go.
Invite Captain Bot in your server by clicking this link -> https://discord.com/api/oauth2/authorize?client_id=857420285569531904&permissions=8&scope=bot
A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
Decouple helps you to organize your settings so that you can change parameters without having to redeploy your app. Store parameters in ini or .env files.
For getting random jokes
For searching how to on wikipedia
!help:
Gives the list of commands that are possible.
example: !help!ban:
Bans the provided user.
example: !ban @[Discord.member]!unban:
Unbans the banned provided user.
example: !unban [Discord.name+'#'+'Discord.discriminator]!kick:
Kicks the provided user from server.
example: !kick @[Discord.member]!8ball:
Ask a question to check your luck.
example: !8ball Will i pass the test tomorrow?!uinfo/user:
Shows the provided user info.
example: !user @[Discord.member]!poll:
Creates a poll using reactions.
example: !poll Which is your favourite anime? | Naruto | Steins;gate | One piece | Death note!calc:
Do some basic calculations.
example: !calc 2+3!clear:
Create last specified number of messages.
example: !clear 20!joke:
Gets random jokes.
example: !joke!wiki:
Searches wikipedia.
example: !wiki what is python?!news:
Gets latest news.
example: !news!about:
Shows about bot.
example: !about
- Clone the repo.
pip install -r requirements.txt
to install all requirements, some of the things you may need to install manually so check requirements.txt file. If anything is failing (or giving error) then skip that package or try to install that manually by searching on Google about that package. It's not a big deal.- Run
bot.py
file. - Installation may take time.
- Read Features for more information before getting started.