'How to fix ModuleNotFoundError: No module named 'discord' Heroku

I'm new to bot hosting and i got a error from heroku, I think i've setup everything correctly, here's my github https://github.com/CakeCode123/Cakebot

My problem is that the bot doesn't go online, I've checked the logs and it appears to have a problem but i don't know how to fix it. Here are the logs from heroku



Solution 1:[1]

I think the reason to why it didn't work because you had discord.py==3.5.6 as your import in the requirements text instead of just discord.py or discord

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 KowaiiNeko