I have this code:
df = pd.read_csv("C:/YouToozBot/info.csv") df.reset_index() url = df.loc[:"url"] print(f\'The bots URL is set to {url}\')