About 777,000 results
Open links in new tab
  1. Check The Status Of Another Discord Bot - Stack Overflow

    Mar 17, 2022 · First of all, you would need the privileged Presence intent, which you can enable in the Developer Portal. Tracking the bot's status In order to have this work, we have to listen to the …

  2. Getting server status with Python and Account API key in Pterodactyl ...

    Jun 11, 2020 · is there a way to get the server status of a server that is using the Pterodactyl Control Panel? I want to make a Discord Bot that has a command that says the status of the server, like …

  3. python - How to make bot status say member count for all the servers ...

    Jan 8, 2021 · How to make bot status say member count for all the servers that its in (discord.py) Asked 5 years ago Modified 5 months ago Viewed 4k times

  4. Finding a certain users status in discord.js - Stack Overflow

    Nov 8, 2021 · Okay so I am trying to make a discord bot that detects when a certain user is online in my server. But every time I try to get the users presence status it always says "const usersStatus = user.

  5. Discord Bot With Pyhton Minecraft Server Status - Stack Overflow

    I tried to make a Discord bot for checking a Minecraft server's stauts but after starting the bot the values are not changing. Here is my code: import discord from discord.ext import commands from

  6. discord.js - How can I set custom status in discord bot according to ...

    Oct 26, 2019 · You can get custom status to appear on a bot, but it won't be able to say anything. According to a Github issue on discord-api-docs, More specifically, this issue, and even more …

  7. 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 commands import

  8. How to get users status from the discord API (URL)

    Aug 28, 2020 · I'm trying to get status of a user without using any discord API language (eg. discord.py discord.js). The problem I'm having is getting a user from the discord API doesn't return the users …

  9. 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.

  10. Discord.js: How read users status with a bot on server?

    Sep 3, 2017 · Discord.js: How read users status with a bot on server? Asked 8 years, 3 months ago Modified 1 year, 7 months ago Viewed 61k times