Skip to content

Py-Contributors/Cybel

Repository files navigation

website title image

πŸ‘‰ Discord Bot implemented in Python πŸ‘ˆ

pycontributors logo

Features

  • Admin Commands for server management with powerful moderation
  • Stay connected every time with 99% uptime
  • Custom welcome message for each user when joining
  • Separate DM message upon joining the server\
  • Postgres Database for storing data
  • Utility async APIs
  • Log Everything with embed message
  • AutoMod - Delete offensive word automatically
  • Use the bot to its full potential without ever annoying anyone
  • Modern Pythonic API using async/await syntax
  • Easy to use with an object-oriented design
  • Optimized for both speed and memory
  • Member can report misconduct, malicious behavior, or inappropriate content.
  • Published and approved on Top.gg website. check [here] (https://top.gg/bot/832137823309004800/invite)
  • More Features coming soon...

Invite Cybel into your server

Report a Bug

How to use/test

Server testing

  • if you want to test it in server please Use the Invite link here

Run with Docker

  1. Create .env file in root directory and add the following variables. Sample env file is here
DISCORD_TOKEN=Discord bot token [get it from here](https://discord.com/developers/applications)
WEATHER_API_KEY=OpenWeatherMap API key [get it from here](https://openweathermap.org/api)
DATABASE_URL=postgres://username:password@localhost:5432/database_name
  1. Run the docker-compose command to run the bot
docker compose up -d
  1. See the docker logs
docker compose logs -f

Run locally

  1. Create .env file in root directory and add the following variables. Sample env file is here
DISCORD_TOKEN=Discord bot token [get it from here](https://discord.com/developers/applications)
WEATHER_API_KEY= OpenWeatherMap API key [get it from here](https://openweathermap.org/api)
DATABASE_URL=postgres://username:password@localhost:5432/database_name
  1. Create a virtual environment and install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Run the bot
python3 bot.py

Run in Debug Mode

python app.py -d

Beta Version

beta version deprecated in 1.0.0 release. It will be removed in v1.0.2 release.

Upcoming Feature

  • Role Upgrade
  • Reactions Roles
  • Music bot feature(play music in voice channel from youtube)
  • Add database to keep record of server's activity
  • Admin can access server's activity
  • Some new useful apis
  • remindme the bot remind you about something in future
  • More features coming soon...
  • please use discussion to suggest new features

Changelog

check changelog for full information

Supported Versions

Use this section to tell people about which versions of your project are currently being supported with security updates.

Version Supported Based on Status
2.0.0 βœ… Discord.py v2.0.1 Not Stable
1.0.2 βœ… Discord.py v1.7.3 Stable

V2.0.0 Release

  • Upgrading code base for Discord.py 2.0.0 documentation
  • Better code structure
  • Better Error commands handling
  • Under devlopment

v1.0.2 Release (19/12/2021)

  • More control over bot's behavior(change bot's avatar, name, nickname, status, etc): (added in v1.0.2)
  • Bot notifications if user edit or delete the message in the server: (added in v1.0.2)
  • Bot can change the nickname of the user in the server: (added in v1.0.2)
  • postgresql database support: (added in v1.0.2)
  • Admin can access the misconduct/spam behaviour report status of the member from db: (added in v1.0.2)
  • Bot can have record of the user's report status in db: (added in v1.0.2)
  • Optimize code for performance & bug fix: (added in v1.0.2)
  • more...

V1.0.1 Release (14/12/2021)

  • AutoMod: Curse word deletion improved (added: v1.0.1)
  • get bot latency : (added: v1.0.1)
  • slot machine : (added: v1.0.1)
  • change username of self(admin) : (added: v1.0.1)
  • source code command : (added: v1.0.1)
  • Bot can send message to user in DM: (added: v1.0.1)
  • Optimize code for performance : (added: v1.0.1)
  • Bug fixes
  • more...

v1.0.0 Release (12/12/2021)

  • member can report someone to admin: like for bullying, bad behaviour : (added: v1.0.0)
  • Create server Instant Invite : (added: v1.0.0)
  • create bot invite : (added: v1.0.0)
  • Kick/Ban User: (added: v1.0.0)
  • Get user avatar : (added: v1.0.0)
  • delete role : (added: v1.0.0)
  • Server(Id, Name, Owner, Icon) : (added: v1.0.0)
  • Get Member Avatar : (added: v1.0.0)
  • Bug fix: (added: v1.0.0)
  • optimize code for performance : (added: v1.0.0)

Under Review Features

  • one command role assignment to all members: (under review)
  • send dm message to all member in server: (under review)

Support Here

Author

Suggestion/Feedbacks

Maintainers 😎

Social Channel πŸ’» - Connect with like minded people

License

Built by Developers built with love