Open lothsun opened 6 years ago
Hey @lothsun ,
This isn't maintained anymore but I do still host it on my friend group's Discord server which leads me to say that it should still be working in it's current state. If you run into any problems feel free to ask and I'll try and help you.
Follow these instructions to create and add your bot to your server: https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token , and then after that all you need to know to setup the bot is:
bot.run('TOKEN_HERE')
call in the FFBot_cog.py file Python FFBot_cog.py
I never really put the time and effort into this project that I would have liked but I have been planning on coming back to it when I have some free time. If you get everything set up and you don't mind it would be awesome if you could let me know some of the features you would like to see in a bot like this. I'll make sure to consider those while working on the new version.
Sorry for the delay. I hope this helps you some!
Hey, thanks for the guide. I got the bot running but I'm not sure what exactly it does. Does it have any commands? Or does this just pull information from ESPN FF League like weekly winners, etc?
Do I need to add any webhook for this bot to have it work properly? Sorry, very new to this.
I have the bot running and connected to my Discord server it seems. I show:
server name: 10th Annual LBK Fantasy League | server ID: numbersomitted
I do not see any messages in my actual Discord server though I do see it connected. Am I missing anything or will this not pull information until we finish our draft and have the teams set up?
When trying to start up the bot I get a syntax error on line 21
async def on_ready():
^
SyntaxError: invalid syntax```
Should bot.event have () after it? and should it have any params inside the parenthesis?
I'm not su[er familiar with python but I feel like I don't have some packages installed. Can someone help me? @thedahc
That invalid syntax error is possibly an issue with your Python version as asynchronous requests aren't supported for any Python version prior to Python v3.3. @lothsun
I was looking to use this to add our fantasy football league to our discord. Was Wondering if it still worked and all that. And a little help getting it set up would be nice.