This is a great Tutorial :D im your new subscriber! i am not a programmer but somehow i understand the things you do. i am programming just a hobby or a past time xD nice vid !
@AndrewFungKinHo2 жыл бұрын
Thank you for your support Kovkov ;)
@PeterYap06083 жыл бұрын
followed all of your tutorial and copy your code but those commands are not working. i used command $list , then it shows ['noti', 'hitPriceTarget'] command $support Bitcoin , shows 'False' type 'Bitcoin' and nothing happens. Bot Token is using myself.
@tomikpc61532 жыл бұрын
Same thing, but after 1 hour it randomly started working LOL
@cryptage15903 жыл бұрын
I'm getting TypeError: 'NoneType' object does not support item assignment on db['hitPriceTarget'] = 0. Also it says the server for flask is a dev server. How do I resolve it?
@makchunfoherman66443 жыл бұрын
咁夜up 片,respect
@tobywos2 жыл бұрын
@Andrew Fung Hi, when typing $support, every currency comes up as false and the other commands do not work either. My Token is correctly set so i am unsure of the issue, would appreciate some help, thank you.
@tomikpc61532 жыл бұрын
Same but after 1 hour it randomly started working LOL
@mugnilabib58523 жыл бұрын
Hello sir. I have a problem,i typing $list in a discord but the bot's response ['hitPriceTarget','noti'] and if i typing bitcoin bot no respon,help my prombem sir
@JaSomNeviemKto3 жыл бұрын
same
@mugnilabib58523 жыл бұрын
@@JaSomNeviemKto yeah i dono why
@titantitan1203 жыл бұрын
same issue
@NITROUSPEED20093 жыл бұрын
same
@abrahamdaza41603 жыл бұрын
Same
@samyog41443 жыл бұрын
hey I have done everything but the bot is not responding when I give a crypto's name.
@AndrewFungKinHo3 жыл бұрын
Hi SAMYOG, no worries! You can try the following to debug: 1. Try the $list command to see if the bot is responding to commands 2. If it works, try to see if the crypto name you put in is in the list of coins 3. If it’s not supported in the list, try with the largest market cap cryptocurrencies like Bitcoin, Ethereum, etc. Please let me know if you have anymore problems ;)
@PeterYap06083 жыл бұрын
entered Bitcoin but nothing happens
@roncruz63032 жыл бұрын
What to do if cryptocoin isn't available in the api?(smooth-love-potion)
@AndrewFungKinHo2 жыл бұрын
Hey Ron, thank you for your question! You can choose other crypto API such as CoinMarketCap API which supports your crypto coin!
@timothybaciu27642 жыл бұрын
how do i set a price alert for lower priced crypto like ada, it gives me a value error invalid literal for int() when I want to set price to 1.8
@timothybaciu27642 жыл бұрын
i followed step by step and this bot can only set prices that are divisible by ten
@charlesangelomallari89183 жыл бұрын
This is a great video. I hope you can teach us how to make a bot that displays the price of tokens in its name and status
@awa79633 жыл бұрын
This, did you managed to find how to displays the price of token in its name?
@charlesangelomallari89183 жыл бұрын
@@awa7963 not yet, but I know that people use some code to do this
@awa79633 жыл бұрын
@@charlesangelomallari8918 Hope can find some tutorials soon
@adamrichard67243 жыл бұрын
Such beautiful code and tutorial. It's sad that it doesn't work though.
@AndrewFungKinHo3 жыл бұрын
Hi Adam, may I know which part of the tutorial did you encounter difficulties?
@alparslanhsu51792 жыл бұрын
hey Andrew, I just wanna show one of bsc token price and holders on discord, How could I quickly, Is there any way?
@mmmmmmmmmmmmmmmmmmmmmmmmmmm._.3 жыл бұрын
Hello, thank you for your code, but for whatever reason I have a problem : this shows up TypeError: 'NoneType' object does not support item assignment on db['hitPriceTarget'] = 0 . Do u have any solution ?
@tomikpc61532 жыл бұрын
Same thing, but after 1 hour it randomly started working LOL
@ashleyb47502 жыл бұрын
Hi great video I'm going to try add this to my server! Do you think I could track gold price aswell? I've never done this before but need it for a crypto project I'm doing would be nice to have the gold price In discord 😀 Thanks for the help so far
@eduardoduarte51383 жыл бұрын
Me: $list Bot:['hitPriceTarget', 'noti'] Me: $support bitcoin Bot: False What should I do?
@tommywang4172 жыл бұрын
Did anyone figure out a solution or did i waste like 2 hours watching all 3 videos?
@AndrewFungKinHo2 жыл бұрын
Hey Tommy, may I know what problems are you experiencing?
@Yuzema3 жыл бұрын
Can you update it and make it able to show live price in the nickname and other info in the playing status?
@AndrewFungKinHo3 жыл бұрын
Hi Yuzema, thank you for your comment and suggestion! May I know what do you mean by playing status? Do you mean like a live chart or dashboard?
@TheTrgo3 жыл бұрын
@@AndrewFungKinHo Crypto Bot not showing prices when entering Crypto name when using the command $list receiving error ['noti', 'hitPriceTarget'] Do you have any idea what is wrong? I think some api are changed.
@PeterYap06083 жыл бұрын
same problem that i facing now
@Yuzema3 жыл бұрын
@@AndrewFungKinHo what's your discord? I will send you an example.
@donnabel37223 жыл бұрын
ModuleNotFoundError: No module named 'keep_alive'
@AndrewFungKinHo3 жыл бұрын
Hi Donna, you can go to your current project directory and then create a new file named keep_alive.py with the same content as the keep_alive.py in this link: github.com/Andrew-FungKinHo/KZbin/tree/main/Discord%20Crypto%20Bot . Let me know if there are any more problems!
@hangulstudyy3 жыл бұрын
New video out!!!
@kimbriansabando35323 жыл бұрын
bot is not responding :(
@AndrewFungKinHo2 жыл бұрын
Hey Kim, may I know what are the error messages that you experienced?