about summary refs log tree commit diff stats
path: root/cogs/reddit.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/reddit.py')
-rw-r--r--cogs/reddit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogs/reddit.py b/cogs/reddit.py
index 6ff144f..c627534 100644
--- a/cogs/reddit.py
+++ b/cogs/reddit.py
@@ -8,9 +8,9 @@ from discord.ext import commands
 
 load_dotenv()
 reddit = asyncpraw.Reddit(
-    client_id="2OTyJiFOZ1-lxXSO4-YZXw",
+    client_id="60jDYF0yBOGlP0QCDvhFew",
     client_secret=os.getenv("SECRET"),
-    user_agent="mounderfod.tpbot:v1.0.0 (by u/mounderfod)"
+    user_agent="craftvoltage.tpbot:v1.0.0 (by u/craftvoltage)"
 )