
How to change activity of a discord.py bot? - Stack Overflow
Dec 1, 2019 · I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import …
javascript - setPresence activity type in discord.js v14 can only be ...
Jul 20, 2022 · 6 When I try to set the status of the bot, I do not know the type, basically, there are 4 ways: PLAYING, WATCHING, LISTENING, and STREAMING. But I can't set anything else, …
How to add an ActivityType or an Activity to your bot in javascript ...
Nov 3, 2022 · I want to know how to set my activity status for my bot. Like "Watching youtube.com" Or "playing a game." I've tried following the discord api …
Activities bot - How does this work? : r/discordapp - Reddit
Sep 4, 2022 · Apparently, this bot is some sort of bypass. It seems like it generates some sort of URL after you use the command where you specify the voice chat and "activity" you want and …
Discord.py How do I make my bot have a custom status
Jan 9, 2022 · This basically achieves what OP asks about, but it should be noted that it's not really a "custom" status. Bot accounts cannot use the custom status feature in Discord, i.e. …
Discord Bot does not show activity status - Stack Overflow
Feb 1, 2024 · 0 My Discord bot does not show the activity status I have tried several methods but none worked my current code looks like this.
How to get user activity in discord.py? - Stack Overflow
Apr 18, 2021 · How to get user activity in discord.py? Asked 4 years, 8 months ago Modified 4 years, 7 months ago Viewed 5k times
How to track a users activity on a server with discord py?
Oct 24, 2023 · So to put it simply: I want to create a command for a discord bot coded in discord py with which I can track a users activity on a server. Preferably it should output when a …
I want to change the discord bot status dynamically
Mar 22, 2021 · The code you posted does not interfere with your bot's ability to respond to commands. If anything, await bot.process_commands(message) belongs at the end of …
Get activity status of users / bots - Discord Bot .NET application
Aug 20, 2023 · 0 I'm making a discord bot which, for an initial phase, will need to be able to view the status / activity of a user (my only intention is for it to be able to view status of another …