Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy 297a766aca youtube result 2021-04-27 19:05:24 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def bot():
beats += f'\n\nhttps://youtube.com/watch?v={match.group(1)}'
print(beats)
#mdon.status_post(beats)
mdon.status_post(beats)
if __name__ == '__main__':
bot()