From 562c7c078663fd2d26db95aa1afb91ef044a19f1 Mon Sep 17 00:00:00 2001 From: Aryan Ranjan <76696648+just-ary27@users.noreply.github.com> Date: Sat, 20 Mar 2021 21:48:00 +0530 Subject: [PATCH 1/3] Create Aryan_Ranjan_discord_bot.md --- submissions/Aryan_Ranjan_discord_bot.md | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 submissions/Aryan_Ranjan_discord_bot.md diff --git a/submissions/Aryan_Ranjan_discord_bot.md b/submissions/Aryan_Ranjan_discord_bot.md new file mode 100644 index 0000000..000aa6e --- /dev/null +++ b/submissions/Aryan_Ranjan_discord_bot.md @@ -0,0 +1,44 @@ +**Name of Submission: Jane-ify! The discord bot for many purposes!** + +**Short Description**: **Jane-ify!** is a discord bot capable of doing the work of several bots all alone. + +**Main features** :: +1. Greets you **according to the time of the day**, provides your **user info** and also that of the **server** you are in. +2. Handles **moderation tasks** like Kicking and banning memeber. (More features like Muting other members, Spam control, role assignment can easily be added given more time) +3. Energize your self up with Jane-ify, it can presently **play any music** from youtube (future plan is to integrate the Spotify Api and make it the default player) +4. Feeling lonely? **Chat** for some time with her! + + +Repo Link:https://github.com/just-ary27/Makers_Jane-ify-The-discord_bot + +Demo Link: NA + +**Working video of the discord bot!** +https://user-images.githubusercontent.com/76696648/111876083-12162000-89c3-11eb-9c4e-6f0f66efd657.mp4 + +Few working screenshots: +2021-03-20 (2) +2021-03-20 (4) +2021-03-20 (5) +2021-03-20 + + + +Future plans:: +1.Add support for **Spotify** via Spotify Api through tekore.py +2.Add **rank system** like MEE 6 bot.(will use databases for that) +3.**More** moderation commands. +4.Use AI libraries to extend the chat feature so that the bot can learn as it's trained. +5.Make the bot **able to do solve math problems** also! + +Made by referring to:: +1.**discord.py** Documentation Release 0.16.12. +2.**youtube_dl** library for handling the Music bot part. +3.Using the pyCharm IDE as it is better for handling python packages +4.Python version 3.9.0 + +**Made by: Aryan Ranjan** +I'm a **fresher**, Enrollment no.=20112026 +I'm still working on it, will add more features later which aren't yet complete. + +**Would be glad if you guys add my bot to your server!** From 2706b1319bd9447d0327027895242fc59c13b763 Mon Sep 17 00:00:00 2001 From: Aryan Ranjan <76696648+just-ary27@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:10:49 +0530 Subject: [PATCH 2/3] Update Aryan_Ranjan_discord_bot.md --- submissions/Aryan_Ranjan_discord_bot.md | 32 +++++++++++++++++-------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/submissions/Aryan_Ranjan_discord_bot.md b/submissions/Aryan_Ranjan_discord_bot.md index 000aa6e..1d1a7a6 100644 --- a/submissions/Aryan_Ranjan_discord_bot.md +++ b/submissions/Aryan_Ranjan_discord_bot.md @@ -4,38 +4,50 @@ **Main features** :: 1. Greets you **according to the time of the day**, provides your **user info** and also that of the **server** you are in. -2. Handles **moderation tasks** like Kicking and banning memeber. (More features like Muting other members, Spam control, role assignment can easily be added given more time) -3. Energize your self up with Jane-ify, it can presently **play any music** from youtube (future plan is to integrate the Spotify Api and make it the default player) +2. Handles **moderation tasks** like Kicking and banning memeber. (More features like Muting other members, Spam control, role assignment can easily be added,given more time) +3. Energize your self up with Jane-ify, it can presently **play any music** from youtube (future plan is to integrate the Spotify Api and make it the default player). 4. Feeling lonely? **Chat** for some time with her! +5. Don't have a calculator or don't know how to solve an equation? Well why fear when Jane-ify!'s here! **Jane-ify! can solve most of the equations, find value of function at a point, and also doo simple calculations!** +6. Don't know all the commands that Jane-ify! listens to? Well just type in **,help** and the bot will guide you. Repo Link:https://github.com/just-ary27/Makers_Jane-ify-The-discord_bot + Demo Link: NA -**Working video of the discord bot!** + +**Working video of the Jane-ify! The discord bot** https://user-images.githubusercontent.com/76696648/111876083-12162000-89c3-11eb-9c4e-6f0f66efd657.mp4 + Few working screenshots: 2021-03-20 (2) 2021-03-20 (4) 2021-03-20 (5) 2021-03-20 - +2021-03-23 (1) +2021-03-23 (2) +2021-03-23 (3) Future plans:: 1.Add support for **Spotify** via Spotify Api through tekore.py -2.Add **rank system** like MEE 6 bot.(will use databases for that) -3.**More** moderation commands. -4.Use AI libraries to extend the chat feature so that the bot can learn as it's trained. -5.Make the bot **able to do solve math problems** also! +2.Add voice support and speech feature to the bot for someone feeling to lonely or lazy to text! +3.Add **rank system** like MEE 6 bot.(will use databases for that) +4.**More** moderation commands(like create text and voice channels and the others mentioned above!) +5.Use AI libraries to extend the chat feature so that the bot can learn as it's trained. +6.Add database functionality to the add the above features and some more. +7.Manage the files with the in built os library. + + Made by referring to:: 1.**discord.py** Documentation Release 0.16.12. 2.**youtube_dl** library for handling the Music bot part. -3.Using the pyCharm IDE as it is better for handling python packages -4.Python version 3.9.0 +3.**equation.py** for coverting the inputted string to an expression/ equation without using the unsecure eval() method! +4.Using the pyCharm IDE as it is better for handling python packages +5.Python version 3.9.0 documentation. **Made by: Aryan Ranjan** I'm a **fresher**, Enrollment no.=20112026 From 7e9a764f468355af3162bd076150d0a4c7e6ee16 Mon Sep 17 00:00:00 2001 From: Aryan Ranjan <76696648+just-ary27@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:10:30 +0530 Subject: [PATCH 3/3] Jane-ify! The Discord Bot v3.0.1 Final version of Jane-ify! The Discord Bot for Makers 2021 --- submissions/Aryan_Ranjan_discord_bot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/submissions/Aryan_Ranjan_discord_bot.md b/submissions/Aryan_Ranjan_discord_bot.md index 1d1a7a6..5ca3348 100644 --- a/submissions/Aryan_Ranjan_discord_bot.md +++ b/submissions/Aryan_Ranjan_discord_bot.md @@ -9,6 +9,7 @@ 4. Feeling lonely? **Chat** for some time with her! 5. Don't have a calculator or don't know how to solve an equation? Well why fear when Jane-ify!'s here! **Jane-ify! can solve most of the equations, find value of function at a point, and also doo simple calculations!** 6. Don't know all the commands that Jane-ify! listens to? Well just type in **,help** and the bot will guide you. +7. Like to **talk only with emoji's**? Jane-fy! **can respond** to 'em too! Repo Link:https://github.com/just-ary27/Makers_Jane-ify-The-discord_bot