Simple discord bot by @merive ๐Ÿค–

Overview

Parzibot

Powerful and Useful Discord Bot on Python.

The source code of the bot is available to everyone. Parzibot uses English language. This is free open-source software and if anyone wants to change things in advance. Just before using my code, please write to me on Twitter.

I will be pleased to know that someone uses my work


Commands

Bot commands

  • /8ball question - The Ball of Predictions
  • /about - Information About Parzibot
  • /clear number - Clear Messages in Current Text Channel
  • /dice value - The Game of Dice
  • /getgame - Choice random game from our list
  • /help command - The list of Parzibot commands
  • /ping - Parzibot ping\n'
  • /users - List of Text Channel members
  • /whiteblack color - The White/Black Game

Music commands

  • /clearplaylist - Clear Music Playlist
  • /join - Parzibot Joins to Your Current Voice Channel
  • /leave - Parzibot Leaves Your Current Voice Channel
  • /musichelp command - The List of Parzibot Music Commands
  • /next - Play The Next Song in The Playlist
  • /pause - Pause The Current Song
  • /play url - Play The Song in The Current Voice Channelx
  • /playlist - The Number of Songs in The Playlist
  • /replay - Replay The Current Song
  • /resume - Resume The Current Song
  • /shuffle - Shuffle The Playlist of Songs
  • /stop - Stop The Current Song

Admin Commands

  • /adminhelp command - The List of Parzibot Admin Commands
  • /ban member - Ban The Member on The Server
  • /defaultrole role - Set The Default Role on The Server
  • /giverole member role - Give The Role to The Member
  • /kick member - Kick The Member from The Server
  • /nickname member nickname - Change The Nickname to The Member
  • /removedefaultrole - Remove The Default Role on The Server

LICENSE

Our project's using MIT License. You can edit/update/use code of our project. For more information read LICENSE in the repository.


Contributing

If you want to work on our project, you are welcome! Read CONTRIBUTING.md and start improving Parzibot!

Comments
  • Release v3.1.0

    Release v3.1.0

    In this release we:

    • [x] Add user db

    • [x] Custom language system

    • [x] Black list (Canceled)

    • [x] Add much functions in bot

    • [x] Add good local channel role giver

    • [x] Fix bugs

    • [x] Testing new features

    • [x] Release update ๐ŸŽ‰

    opened by merive 5
  • Release v3.9.0

    Release v3.9.0

    Release v3.9.0

    In this release needs add commands disabling by Environment Variables, JSON file with bot answers (Needs for editing it in the future/in forks), update /about command (Add changelog, improve command answer text), etc.

    Task list

    • [x] #77
    • [x] #78
    • [x] #79
    • [x] #80
    • [x] #81
    feature 
    opened by merive 1
  • Problem functions

    Problem functions

    Now function ban, unban, etc. have problems with work. Now you need to fix these problems and begin to process the code, as it becomes rather inconvenient to develop.

    opened by merive 1
  • [Build] Remove discord-slash-commands library from project

    [Build] Remove discord-slash-commands library from project

    Build Changes

    Needs remove discord-slash-commands library, because after discord.py update we can make slash commands using discord.py libraries

    Any extra info

    No response

    build 
    opened by merive 0
  • Release v3.8.0

    Release v3.8.0

    Release v3.8.0

    In this release we will transit Parzibot to discord.py v2.0. Also we want remove discord-slash-commands dependence and much more

    Task list

    • [x] #64
    • [x] #65
    • [x] #66
    • [x] #67
    • [x] #68
    • [x] #69
    opened by merive 0
  • [Feature] Add /role admin command

    [Feature] Add /role admin command

    Feature

    Needs add command for creating role with custom name, custom color, permissions similar as in default role

    Any extra info

    For using this command you should have administrator permission and should be set default role on server (using /defaultrole command)

    feature 
    opened by merive 0
  • [Feature] Add /playlistadd command

    [Feature] Add /playlistadd command

    Feature

    This command will add song to playlist. Before this feature executes by /play command

    Any extra info

    After adding the command, /play will play new song right away

    feature 
    opened by merive 0
  • [Feature] Update /shuffle command

    [Feature] Update /shuffle command

    Feature

    Needs make playlist shuffling after every adding song to playlist

    Any extra info

    /shuffle will work as state (will be changing after repeating the command)

    feature 
    opened by merive 0
Releases(v3.9.1)
  • v3.9.1(Dec 14, 2022)

  • v3.9.0(Dec 14, 2022)

    Changelog:

    • ๐ŸŽจ Improve style in message.json
    • ๐ŸŽจ Rename AdminCommands to ModCommands
    • ๐ŸŽจ rename white_black() method to whiteblack() in GameCommands
    • ๐Ÿ› Fix BasicCommands ImportError
    • ๐Ÿ› Fix imports in some cog files
    • ๐Ÿ› Fix BasicCommands cog
    • ๐Ÿ› Fix JSON file path in Message class
    • ๐Ÿ› Fix JSON validation in Message class
    • ๐Ÿ› Fix SyntaxError in /help command in GameCommands
    • ๐Ÿ› Fix /about command in BasicCommands
    • ๐Ÿ› Fix /play command url option description in MusicCommands
    • ๐Ÿ› Fix list point in message.json
    • ๐Ÿ› Fix message.json validation
    • ๐Ÿ› Fix methods in Message class
    • ๐Ÿ› Fix mod_msg() method in Message class
    • ๐Ÿ› Fix mod_msg() method in Message class
    • ๐Ÿ› Fix on_member_update() answers in EventHandler class
    • ๐Ÿ› Fix parameters in /gg GameCommand
    • ๐Ÿ› Fix typo in get_music_msg() method in Message class
    • ๐Ÿ› Fix typo in message.json
    • ๐Ÿ”จ Add requests library in requirements.txt
    • ๐Ÿ”จ Update dependencies versions in requirements.txt
    • ๐Ÿ“ Add Environment Variables paragraph in README.md
    • ๐Ÿ“ Add next line tags in Commands List in README.md
    • ๐Ÿ“ Add some changes in README.md
    • ๐Ÿ“ Fix next lines in README.md
    • ๐Ÿ“ Update Command list in README.md
    • ๐Ÿ“ Update Environment Variables in README.md
    • ๐Ÿ“ Update Version Scheme paragraph in README.md
    • ๐Ÿ“ Update Website Link in README.md
    • โ™ป๏ธ Remove Procfile file
    • โ™ป๏ธ Refactor BasicCommands class
    • โ™ป๏ธ Refactor database.py code
    • โ™ป๏ธ Refactor music_commands.py code
    • โœจ Add command cog disabling by Environment Variables
    • โœจ Add get_basic_msg() and get_error_msg() methods in Message class
    • โœจ Create message.json file
    • โœจ Update list marker in /members command in BasicCommands
    • โœจ Update message.json
    • โœจ Add changelog in /about command
    • โœจ Add get_event_msg() static method in Message class
    • โœจ Add get_game_msg() static method in Message class
    • โœจ Add get_mod_msg() method in Message class
    • โœจ Add get_music_msg() method in Message class
    • โœจ Add music titles/descriptions/messages values in message.json
    • โœจ Add new values in message.json
    • โœจ Add new values in message.json
    • โœจ Add restriction for /clear command in BasicCommands class
    • โœจ Connect GameCommands to message.json
    • โœจ Connect ModCommands to message.json
    • โœจ Connect MusicCommands to message.json file
    • โœจ Connect basic commands to message.json
    • โœจ Connect to message.json ErrorHandler & EventHandler classes
    • โœจ Improve /members command in BasicCommands
    • โœจ Update /clear command in BasicCommands
    • โœจ Update /members command in BasicCommands class
    • โœจ Update help message for /help command in message.json file
    • โœจ Update values in message.json
    • โœจ Update help value in message.json

    Solved issues:

    • โœ… Solve issue https://github.com/merive-inc/Parzibot/issues/77
    • โœ… Solve issue https://github.com/merive-inc/Parzibot/issues/78
    • โœ… Solve issue https://github.com/merive-inc/Parzibot/issues/79
    • โœ… Solve issue https://github.com/merive-inc/Parzibot/issues/80
    • โœ… Solve issue https://github.com/merive-inc/Parzibot/issues/81
    Source code(tar.gz)
    Source code(zip)
  • v3.8.3(Oct 18, 2022)

    Changelog:

    • Update bot.py
    • Update message.py
    • Update database.py
    • Update basic_commands.py
    • Update music_commands.py
    • Update game_commands.py
    • Update admin_commands.py

    Solved issues:

    • Solve #75
    Source code(tar.gz)
    Source code(zip)
  • v3.8.2(Sep 27, 2022)

  • v3.8.1-fix(Sep 27, 2022)

  • v3.8.1(Sep 27, 2022)

  • v3.8.0-fix(Sep 3, 2022)

  • v3.8.0(Sep 3, 2022)

    Changes:

    • Transit discord.py version to v2.0
    • Remove discord-slash-commands library
    • Rewrite EventHandler
    • Rewrite ErrorHandler
    • Update bot.py
    • Rewrite BasicCommands
    • Rewrite GameCommands
    • Rewrite MusicCommands
    • Rewrite AdminCommands
    • Update requirements.txt
    • Update runtime.txt
    • Rename some commands

    Solved issues:

    • Solve #64
    • Solve #65
    • Solve #66
    • Solve #67
    • Solve #68
    • Solve #69
    Source code(tar.gz)
    Source code(zip)
  • v3.7.1(Aug 4, 2022)

  • v3.7.0(Jul 31, 2022)

    Changes:

    • Update README.md
    • Update BasicCommands result messages
    • Update ErrorHandler & EventHandler result messages
    • Update GameCommands result messages
    • Fix /dice command (used to drop numbers between 1 and 7)
    • Improve /play command performance
    • Update /play, /replay commands
    • Update /connect, /disconnect commands
    • Update /pause, /resume commands
    • Add /playlistadd command
    • Update /playlist, /playlistclear, /playlistshuffle commands
    • Update description for some commands
    • Update /musichelp command
    • Add /repeat command
    • Update AdminCommands result messages
    • Update /adminhelp command
    • Fix on_join_member() method in EventHandler (has been returned auto default role giver)
    • Update on_member_update() method in EventHandler
    • Add /role command
    • Update database.py
    • Refactor/Style BasicCommands, GameCommands, MusicCommands, AdminCommands

    Solved issues:

    • Solve #56
    • Solve #57
    • Solve #58
    • Solve #59
    • Solve #60
    • Solve #61
    • Solve #62
    Source code(tar.gz)
    Source code(zip)
  • v3.6.5(Jul 24, 2022)

    Changes:

    • Update icon link in README.md
    • Rename subtitle of Commands in README.md
    • Update More Information title in README.md
    • Add new message images
    • Update message.py
    • Add custom messages for music and game commands
    • Add /coin game command
    • Remove detailed help commands
    • Update/Add Issue Templates
    • Rename cog classes
    • Remove docs in .py files
    • Update help commands
    • Remove /stop command in in MusicCommands class
    • Update description of MusicCommands methods
    • Add /announce command to AdminCommands

    Solved issues:

    • Solve #49
    • Solve #50
    • Solve #51
    • Solve #52
    • Solve #53
    • Solve #54
    Source code(tar.gz)
    Source code(zip)
  • v3.6.4(Jun 6, 2022)

    Changes:

    • Update Issue Templates
    • Update README.md
    • Update requirements.txt
    • Make code refactoring

    Solved issues:

    • Solve #44
    • Solve #45
    • Solve #46
    • Solve #47
    Source code(tar.gz)
    Source code(zip)
  • v3.6.3(Feb 10, 2022)

  • v3.6.2(Feb 7, 2022)

  • v3.6.1(Feb 7, 2022)

  • v3.6.0(Feb 7, 2022)

    In this release:

    • Added thumbnails for commands, events, errors
    • Added updated Parzibot icons
    • Refactored some files
    • Updated README.md
    • Updated Issue Templates
    • Updated answer messages
    Source code(tar.gz)
    Source code(zip)
  • v3.5.1(Dec 25, 2021)

    • Renamed ex /removerole command to /removedefaultrole
    • Renamed ex /setrole command to /defaultrole
    • Changed bot answers
    • Replaced /choosegame command to /dice game
    • Improved common, music, admin commands
    • Updated requirements.txt, README.md, Issue Templates
    • Improved /help, /musichelp, /adminhelp commands
    • Was made refactoring for Cogs
    Source code(tar.gz)
    Source code(zip)
  • v3.5.0(Nov 19, 2021)

  • v3.4.9(Oct 15, 2021)

  • v3.4.8(Oct 15, 2021)

  • v3.4.7(Oct 14, 2021)

  • v3.4.6(Oct 13, 2021)

  • v3.4.5(Oct 10, 2021)

  • v3.4.3(Oct 10, 2021)

  • v3.4.2(Oct 9, 2021)

  • v3.4.1(Oct 9, 2021)

  • v3.4.0(Oct 9, 2021)

  • v3.3.1(Oct 9, 2021)

  • v3.3.0(Aug 29, 2021)

    • Translated admin commands from common to slash commands
    • Improved/Updated/Fixed features/code
    • Improved project contributing
    • Updated requirements of project
    • Updated/Added error handling for commands
    Source code(tar.gz)
    Source code(zip)
  • v3.2.2(Aug 4, 2021)

Owner
merive_
Coding on ๐Ÿ / โ˜•
merive_
digital audio workstation, instrument and effect plugins, wave editor

digital audio workstation, instrument and effect plugins, wave editor

306 Jan 05, 2023
Marsyas - Music Analysis, Retrieval and Synthesis for Audio Signals

Welcome to MARSYAS. MARSYAS is a software framework for rapid prototyping of audio applications, with flexibility and extensibility as primary concer

Marsyas Developers Group 364 Oct 31, 2022
Reading list for research topics in sound event detection

Sound event detection aims at processing the continuous acoustic signal and converting it into symbolic descriptions of the corresponding sound events present at the auditory scene.

Soham 64 Jan 05, 2023
Spotify Song Recommendation Program

Spotify-Song-Recommendation-Program Made by Esra Nur ร–zรผm Written in Python The aim of this project was to build a recommendation system that recommen

esra nur รถzรผm 1 Jun 30, 2022
Mina - A Telegram Music Bot 5 mandatory Assistant written in Python using Pyrogram and Py-Tgcalls

Mina - A Telegram Music Bot 5 mandatory Assistant written in Python using Pyrogram and Py-Tgcalls

3 Feb 07, 2022
User-friendly Voice Cloning Application

Multi-Language-RTVC stands for Multi-Language Real Time Voice Cloning and is a Voice Cloning Tool capable of transfering speaker-specific audio featur

Sven Eschlbeck 19 Dec 30, 2022
A Python 3 script for capturing and recording a SDR stream to a WAV file (or serving it to a HTTP audio stream).

rfsoapyfile A Python 3 script for capturing and recording a SDR stream to a WAV file (or serving it to a HTTP audio stream). The script is threaded fo

4 Dec 19, 2022
An Amazon Music client for Linux (unpretentious)

Amusiz An Amazon Music client for Linux (unpretentious) โ†—๏ธ Install You can install Amusiz in multiple ways, choose your favorite. ๐Ÿš€ AppImage Here you

Mirko Brombin 25 Nov 08, 2022
A python wrapper for REAPER

pyreaper A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR) Installation pip install pyreaper Demonstration notebnook http://nbviewer.jupy

Ryuichi Yamamoto 56 Dec 27, 2022
pedalboard is a Python library for adding effects to audio.

pedalboard is a Python library for adding effects to audio. It supports a number of common audio effects out of the box, and also allows the use of VST3ยฎ and Audio Unit plugin formats for third-party

Spotify 3.9k Jan 02, 2023
Converting UGG files from Rode Wireless Go II transmitters (unsompressed recordings) to WAV format

Rode_WirelessGoII_UGG2wav Converting UGG files from Rode Wireless Go II transmitters (uncompressed recordings) to WAV format Story I backuped the .ugg

Jรกn Mazanec 31 Dec 22, 2022
๏ปฟ๏ปฟPythonic bindings for FFmpeg's libraries.

PyAV PyAV is a Pythonic binding for the FFmpeg libraries. We aim to provide all of the power and control of the underlying library, but manage the gri

PyAV 1.8k Jan 03, 2023
Gateware for the Terasic/Arrow DECA board, to become a USB2 high speed audio interface

DECA USB Audio Interface DECA based USB 2.0 High Speed audio interface Status / current limitations enumerates as class compliant audio device on Linu

Hans Baier 16 Mar 21, 2022
This is an OverPowered Vc Music Player! Will work for you and play music in Voice Chatz

VcPlayer This is an OverPowered Vc Music Player! Will work for you and play music in Voice Chatz Telegram Voice-Chat Bot [PyTGCalls] โ‡ Requirements โ‡œ

1 Dec 20, 2021
Automatically move or copy files based on metadata associated with the files. For example, file your photos based on EXIF metadata or use MP3 tags to file your music files.

Automatically move or copy files based on metadata associated with the files. For example, file your photos based on EXIF metadata or use MP3 tags to file your music files.

Rhet Turnbull 14 Nov 02, 2022
Vixtify - Python Controlled Music Player

Strumm Sound Playlist : Click me to listen Welcome to GitHub Pages You can use the editor on GitHub to maintain and preview the content for your websi

Vicky Kumar 2 Feb 03, 2022
This bot can stream audio or video files and urls in telegram voice chats

Voice Chat Streamer This bot can stream audio or video files and urls in telegram voice chats :) ๐ŸŽฏ Follow me and star this repo for more telegram bot

WiskeyWorm 4 Oct 09, 2022
LibXtract is a simple, portable, lightweight library of audio feature extraction functions.

LibXtract LibXtract is a simple, portable, lightweight library of audio feature extraction functions. The purpose of the library is to provide a relat

Jamie Bullock 215 Nov 16, 2022
ianZiPu is a way to write notation for Guqin (ๅค็ด) music.

PyBetween Wrapper for Between - ๋น„ํŠธ์œˆ์„ ์œ„ํ•œ ํŒŒ์ด์ฌ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ Legal Disclaimer ์˜ค์ง ๊ต์œก์  ๋ชฉ์ ์œผ๋กœ๋งŒ ์‚ฌ์šฉํ• ์ˆ˜ ์žˆ์œผ๋ฉฐ, ๋น„ํŠธ์œˆ์€ VCNC์˜ ์ž์‚ฐ์ž…๋‹ˆ๋‹ค. ์•…์˜์  ๊ณต๊ฒฉ์— ์ด์šฉํ• ์‹œ ์ฒ˜๋ฒŒ ๋ฐ›์„์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์‚ฌ์šฉ์— ๋”ฐ๋ฅธ ์ฑ…์ž„์€ ์‚ฌ์šฉ์ž๊ฐ€

Nancy Yi Liang 8 Nov 25, 2022
Python audio and music signal processing library

madmom Madmom is an audio signal processing library written in Python with a strong focus on music information retrieval (MIR) tasks. The library is i

Institute of Computational Perception 1k Dec 26, 2022