About 52,300 results
Open links in new tab
  1. 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

  2. How can i set the bot's status (Not activity, custom status)

    Apr 16, 2022 · You can change status to change that green circle, for example 'idle' and change ActivityType to change 'Listening to' into 'Watching' or 'Playing' for example. Comment if you needed …

  3. How can I set custom status in discord bot according to new update?

    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 …

  4. python - How make custom status discord.py - Stack Overflow

    Feb 4, 2020 · Can confirm this is still an ongoing problem. L. von W. Over a year ago There was a time when bots could use custom statuses, with discord.ActivityType.custom, and using state instead of …

  5. How do I put Emojis in a custom status in discordpy

    Feb 21, 2021 · Unfortunately, discord.py doesn't support custom statuses yet, so there is no current way to do that. HOWEVER, like Lucas Sans S said, you can put unicode emojis in the status, like: await …

  6. how to add an image to user playing activity?(discord.py)

    Apr 21, 2022 · Iam trying to add image user activity status in discord.py and basically, the problem is that I can't seem to add an image so I looked up discord.py API but couldn't find how to do it.

  7. Discord.py How do I make my bot have a custom status

    Jan 9, 2022 · I am new to discord.py, and I am wondering how to give my bot a custom status as I've seen other discord bots have custom status

  8. 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, I can …

  9. 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 on_message. To …

  10. node.js - How to set bot's status - Stack Overflow

    client.user.setActivity("Game"); To set a playing game status. As an addition, if you were using an earlier version of discord.js, try this: