Officially
2.5.10Bis out 🧙♂️🎊!
✨Patch (2.5.8B -> 2.5.10B) detailed notes
This release focuses on improving code documentation 📚 and includes several minor bug fixes 🐛 and feature enhancements 🚀.
- Enhanced Docstring Coverage: Added comprehensive docstrings to several utility functions in 
utils_bot.py(process_send_togglerandom_cmd,process_send_quotesz_cmd,process_send_change_wizy_ai_cmd,process_send_change_wizy_music_genre_cmd) for better code clarity and maintainability. 📝 - Dynamic Meme/Quote Frequency: The bot's automatic meme and quote sender now dynamically updates its frequency, allowing for more flexible scheduling. ⏰
 - Improved Error Handling Naming: Renamed AI command error handlers in 
commands_bot.py(e.g.,gpttogpt_error) for clearer identification and debugging. 🐛➡️✨ 
- Corrected an issue in 
utils_bot.pywhere thehandle_wizy_free_timermessage displayed an incorrect time unit. 🐞 - Resolved a potential 
Nonestate issue inchange_auto_memequote_sender_statewithininit_bot.py. 🚫 - Fixed Feed Channel Posting: Addressed an issue where posts were not being sent in the feed channel when transitioning from a special event mode to a normal state (state 1). ✅
 
- Updated version numbers across relevant files to 
v2.5.10B. ⬆️ - Adjusted the default feed channel frequency in 
init_bot.pyfrom 360 minutes to 120 minutes. ⏱️ - Refactored 
control_auto_memequote_taskinutils_bot.pyfor improved state management. ⚙️ 
Full Changelog: https://github.com/orsnaro/Discord-Bot-Ai/compare/v2.5.7B...v2.5.10B
- Discord.py Library Update: Upgraded 
discord.pyfrom v2.3.2 to v2.6.3, addressing various underlying issues and improving overall bot performance and stability, especially concerning voice functionalities. - Enhanced Docstring Coverage: Added comprehensive docstrings to several utility functions in 
utils_bot.pyfor better code clarity and maintainability. 📝 - Wizydeep Command Enhancements: The 
wizydeepcommand now automatically deletes "searching" messages after a certain time and adds a reaction to the command message for better user feedback. - Improved Meme/Quote Sender Control: Refinements to the automatic meme and quote sender, including dynamic frequency updates and more robust state management. ⏰
 
Important
NEW release is out ( patch V2.5.10B  )! Latest Release Notes
Important
Now Bot is hosted on Local orsnaro home servers(🔴)! Home-Server-branch
 FIRST:   ✔️Invite me to a server  invite link
SECOND: ✔️type /help in any Chat channel to learn my commands then use them!
FINALLY: ✔️report me any issues!
 NOTE: for now you wouldn't be able to make your own  special channels e.g.( 🧙Ask-the-wizard channel ) try it in our server. If you want to add  wizy(feed,voice,chat) channels to your server contact me! later on this will be available to all via a command isha
 NOTE: the bot does not have any adminstration / managing / moving /  etc.. permissions. though I  recommend always to take a look at allowed permissions in 
 beta-bot invite link. feel free to sneak peak at our soucre code for any future changing of these intents/permissions💙 
⚠️  Do This BEFORE any New Features  →  MIGRATE TO PYCORD.py! -> discord.py  is maintained Again!
⌛ in-progress
- Documentation for functions / classes repo. first readme.md draft
 - ON-reaction feedback feature :
 
details
when user reacts on a wizy message wizy responds depending on category of emoji (good, bad, need_help,idk) (feature name : bot ON-reaction feedback feature) (reaction response will only stay for ~5secs except responses to need_help reactions)- 
complete track/songs queue class and it's two commands look(https://stackoverflow.com/questions/61276362/how-to-play-the-next-song-after-first-finished-discord-bot)
 - 
tutorial video on all bot features and how to use and invite it to you server ( 2 videos short & long )
 - 
make command groups or cogs
 - 
implement new Gemini feature i.e.( upload image and ask about it ) in your bot since it's now available and Gemini API wrapper v0.1.27 now also supports it
 - 
send Embeds fragmented in parts/pages if it exceeds max size (6000char) or exceeds max fields (25 field) note: use pagination
 - 
show embedded images in Gemini answer (seperate images in links -> append them to an image section 'embed or normal message' -> show the images!)
 - 
wizard bot sqlite-DB design and connect the DB with bot code
 - 
Implement
Competitive ProgrammingFeatures on Bot and Narol's Island server ( more in M O D S channels in the server) - 
OOP it! and handle errors!
 - 
(bard)save last conversation ID (load it in init_bot.py) in text file and add command to start new conv. and set default to continue old one.
 - 
completeGemini_key_refresh.py - 
add
TTSfeature : read text in audio + ability for bot to join voice chats - 
ADD
STTfeature to enable full voice chat feature between bot and island server's users ( make bot make real voice chat with members) - 
use
Rapidapi - 
complete your
quotelib fork and make it fully async. - 
add and test poe-API (starred at my GitHub)
- NOTE: DeepSeek API is the one used now due to connection and belling issues beteen GPT-API i.e.(openAI API) and my country (Egypt)
 
 - 
add command to switch between Gemini mode and poe-GPT mode
- (NOT necessary NEED any more! now Gemini speaks arabic and Gemini API python wrapper also supports that just edit your internal prompt / appendings and formating to discord messages to have arabic variation)
 
 - 
Edit your Gemini args. and prompt to send full arabic query to Gemini (Gemini now has arabic lang suuport)
 
🟢 Done
 add command to switch between BARD mode and poe-GPT mode
 converte all command to be hybrid (works in legacy style and new slash command style) -> use discord's new paradigm 'interaction based system'
 Bot Ambient track (MMO Chill music) via 
wizyplay
 Bot plays specific song from YouTube Music via 
wizyplay url
 remove all async sleep in commands and replace with cooldown inside the command itself
 Replace all your manual auto meme/quote sender logic with this (les bot event loop handle it auto!)(no need even for acync event control var):
  
make message fragmenter function for both msg and links msg in utils_bot.py
   
Use any free hosting service for beta versions
 
connect to a cdn that has memes / quotes  and set on_time() event to send to chat-chill and Ask-the-Wizard
   
make bot see prev messages (use session)
  
talk to bot in specific channel no need to mention or trigger him by command just send the question as plain message
   
reply to his message (take the content of replayed message and respond accordingly to it + new message)
  
use SESSION with ASYNC Gemini ( contact GeminiAPI maker or raise issue in their repo)(I was  kinda  wrong)
  
show embedded links in Gemini answer
  
show  images in Wizard special channel
  
send msg in parts is it exceeds max size in bot special channel
  more todoes and tasks in discrod testing channel and in main_wizard_bot.py 
- Active Branches lately:  
mainandbot_pycordv2.5.xB 
