jpbailey76 / FF-Bot

Discord Bot for ESPN Fantasy Football
0 stars 4 forks source link

Is this still maintained? #2

Open lothsun opened 5 years ago

lothsun commented 5 years ago

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.

jpbailey76 commented 5 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:

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!

thedahc commented 5 years ago

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:

Logged in as: FFBot numbersomitted

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?

lothsun commented 5 years ago

When trying to start up the bot I get a syntax error on line 21


    async def on_ready():
        ^
SyntaxError: invalid syntax```
lothsun commented 5 years ago

Should bot.event have () after it? and should it have any params inside the parenthesis?

lothsun commented 5 years ago

I'm not su[er familiar with python but I feel like I don't have some packages installed. Can someone help me? @thedahc

jpbailey76 commented 5 years ago

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