I want check : if ctx.author.id in db
I write code :
db = \'Database.db\' if ctx.author.id in db: await ctx.send(\'game play\') else: await ctx