Skip to content

Commit

Permalink
Edited the quality word (SilentDemonSD#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Gunjantatvasoft <[email protected]>
  • Loading branch information
Rishabh11200 and Gunjantatvasoft authored Jan 22, 2024
1 parent 6eafa28 commit 068482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def audio_quality(self, format):
buttons.ibutton('Back', 'ytq aq back')
buttons.ibutton('Cancel', 'ytq aq cancel')
subbuttons = buttons.build_menu(5)
msg = f'Choose Audio{i} Qaulity:\n0 is best and 10 is worst\nTimeout: {get_readable_time(self.__timeout-(time()-self.__time))}'
msg = f'Choose Audio{i} Quality:\n0 is best and 10 is worst\nTimeout: {get_readable_time(self.__timeout-(time()-self.__time))}'
await editMessage(self.__reply_to, msg, subbuttons)


Expand Down

0 comments on commit 068482a

Please sign in to comment.