Script running, but nothing is happening on discord
See original GitHub issueHere is my code:
from pypresence import Presence
import time
client_id = "797509614736113674"
RPC = Presence(client_id)
RPC.connect()
RPC.update(state="Hello world!")
while True:
time.sleep(15)
I know I’m probably doing something wrong, but I’ve looked through the docs, the internet, and whatever else, but I couldn’t find anything, so I have to resort to opening an issue here. If you need anything, ask me in the comments, and I’ll try to respond.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Trying to launch the bot but nothing happens discord.js
So I tried to start with npm start my discord.js bot today, I already have set up the npm start script and nothing...
Read more >Nothing happens after "import discord" · Issue #295 - GitHub
No error, the problem is there. The script expects "import discord" and never comes to print toto. All reactions.
Read more >How To Fix Discord Java Script Error On Start Up - YouTube
7. Type ''%localappdata%'' in the field and hit '' Run ''. 8. Find the '' Discord '' folder and delete as above by...
Read more >Powershell scripting Discord give an error - Microsoft Q&A
Powershell scripting Discord give an error. So the matter is simple, i have design (raw) a ps script to start a few apps...
Read more >Bot not going offline when disconnecting - Discord Support
I'm developing it in Python, using the "discord.py" library. Its developer swears that connection is being closed properly, but the bot ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually, just found the issue (at least for me). Check if you have game activity disabled, if you do, it won’t show
Alright, I’ll close this issue and ask on the discord.