Skip to content

Commit

Permalink
removed reddit
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Robin-Taken committed Feb 10, 2024
1 parent 5c917e0 commit 3a2ba06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
api_secret=f"{os.getenv('CLOUDIMAGESTORAGE')}"
)


def load_cogs():
for cog in cogs:
bot.add_cog(cog(bot))
Expand All @@ -77,9 +78,6 @@ async def on_connect():
json.dump(data, f, indent=4)
f.close()
print('Dumped data')
req = requests.request("GET", f"""https://www.reddit.com/api/v1/authorize?client_id=or3mi8qffVqnQgQ2u9ZTeQ&response_type=code&
state=RANDOM_STRING&redirect_uri=URI&duration=DURATION&scope=SCOPE_STRING""")
print(req.text)
# await bot.sync_commands()


Expand Down

0 comments on commit 3a2ba06

Please sign in to comment.