I believe my question has been asked before but i don't know how to explain what i want to do
I basically have this code that i want to stop the execution at a spisific line
#embed
embed_var = discord.Embed(
title= ''' title ''',
description= ''' description ''',
color= discord.Color.red())
embed_var.set_footer(text=''' footer ''')
embed_var.add_field(name=''' name ''', value=''' value ''', inline=True)
#stop here
print(''' don't print this ''')
Edit: sorry i guess i didn't phrase it currectly, i want the program to keep going but to not to keep executing the rest of the cod