My discord bot
In the bot_data directory, make a creds.py file with the following information:
TOKEN: Bot tokenowner_id: The user ID of the bot's owner
client_id: The reddit app's client ID.client_secret: The reddit app's client secret of the program.user_agent: The user agent of the reddit app.refresh_token: A refresh token obtained from Reddit. Check out https://praw.readthedocs.io/en/latest/tutorials/refresh_token.html to get such a refresh token.