Discord bot for college programming club's discord server.
Built with Python & py-cord.
- Used for sending messages with/without command in any channel.
- Give welcome message when new user joins.
- Assign role a when new member joins.
- Can send audit-logs in a particular channel.
- Do actions using commands.
⚠️ You make have to tweak source code. If you need help contact me @discord (KunalSin9h#2270)
git clone https://github.com/KunalSin9h/coptit-bot.git
pip install -U -r requirements.txt
After installing requirements do cp .env-template .env
In .env
file put
- BOT_TOKEN : with secret bot token.
- MESSAGE_CHANNEL_ID : id of channel you want to send message.
- WELCOME_CHANNEL_ID : id of the channel you want the bot to send welcome messages.
-
Put normal message in
content.txt
file -
Put
embed
message inembed.json
file
leave them empty if not want to send message.
- Fork the project, create a branch, modify the file and commit.
- Submit the pull request.
For commit convension we follow Conventional Commits.
For changelog convension we follow keep a changelog .
For release convension we follow Semantic Versioning.