Skip to content

Commit

Permalink
Update songs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadew451 authored Aug 8, 2021
1 parent 41c1381 commit 10d357b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDSongBot/plugins/songs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def song(client, message):
info_dict = ydl.extract_info(link, download=False)
audio_file = ydl.prepare_filename(info_dict)
ydl.process_info(info_dict)
rep = '**~ Uploaded by @@SDbotsz ~**'
rep = '**~ Uploaded by @SDbotsz ~**'
secmul, dur, dur_arr = 1, 0, duration.split(':')
for i in range(len(dur_arr)-1, -1, -1):
dur += (int(dur_arr[i]) * secmul)
Expand Down

0 comments on commit 10d357b

Please sign in to comment.