Easy to use information gathering bot
Maintained by NixonXC
Install via pip install -r requirements.txt
python-whois
py-cord
phonenumbers
aiohttp
DEFAULT PREFIX: v!
help
ping
eval
prefix <new-prefix>
whois <domain>
ipwhois <ip>
finder <user>
phonewhois <phone-number>
checkemail <email>
nameservers <domain>
website
github
invite
First replace AUTH
's value with your token in db/database.json
You can also change the bot's PREFIX
, STREAM_URL
and the AUTHOR
in db/database.json Changing the Prefix And Author will also change the information on commands, status etc.
{
"AUTH": "TOKEN",
"PREFIX": "v!",
"STREAM_URL": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"AUTHOR": "NixonXC"
}
then run the main file (main.py
[INFO] SUCCESSFULLY LOADED info cog!
[INFO] SUCCESSFULLY LOADED admin cog!
[INFO] SUCCESSFULLY LOADED help cog!
------
Bot is ready!
Logged in as: BOT_NAME
With ID: BOT_ID
PREFIX: BOT_PREFIX
AUTHOR: AUTHOR
STREAM: STREAM_URL
------
Added new commands and reworked the help command
This project is made for educational purposes only, the contributors are not responsible for any damage.