Advertisement
EpicShardGamingYT

FUDGING ERRORS

May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. CODE:
  2.  
  3. @client.command(pass_context=True)
  4. async def partner(link:str):
  5.     dirObj = client.get_invite(link)
  6.     await client.say(dirObj.server.name)
  7.  
  8.  
  9. ERROR:
  10. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'generator' object has no attribute 'server'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement