G
G
GaMis2022-01-26 13:31:25
Python
GaMis, 2022-01-26 13:31:25

How to make text under the nicknames of the bot?

61f122c438bda042720854.png
how to make such a text under the nicknames of the bot or write there playing in help?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nkno, 2022-01-26
@GaMis

@client.event
async def on_ready():
    await client.change_presence(activity=discord.Activity(type=discord.ActivityType.listening, name="чилловое музло"), status=discord.Status.idle)

Good luck

R
Rick Stead @Rick, 2022-01-26
Stead

import discord


token = "TOKEN"
activity = discord.Activity(type=discord.ActivityType.playing, name="Хабр QNA")
bot = discord.Client(activity=activity)


@bot.event
async def on_ready():
    print(bot.user.name + " ready.")

bot.run(token)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question