Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
/ coptit-bot-old Public archive

Discord bot for college programming club's discord server

License

Notifications You must be signed in to change notification settings

coptit/coptit-bot-old

Repository files navigation

coptit-bot

Discord bot for college programming club's discord server.

Built with Python & py-cord.

Bot version LICENSE Contributors

DeepSource

Features

  • 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.

Installation

⚠️ You make have to tweak source code. If you need help contact me @discord (KunalSin9h#2270)

Clone and Install Requirements

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.

Roadmap

  • Put normal message in content.txt file

  • Put embed message in embed.json file

leave them empty if not want to send message.


Contributing

  • Fork the project, create a branch, modify the file and commit.
  • Submit the pull request.

Convensions

For commit convension we follow Conventional Commits.

For changelog convension we follow keep a changelog .

For release convension we follow Semantic Versioning.