async def insert_channel(pg, channel_id, guild_id): await pg.execute("INSERT INTO channel(channel_id, guild) VALUES($1, $2)", channel_id, guild_id)