I was wondering how to add a custom status to my discord bot (python)
client.on("ready", () =>{ console.log(`Logged in as ${client.user.tag}!`); client.user.setPresence({ status: "online", //You can show online, idle.... game: { name: "Using !help", //The message shown type: "STREAMING" //PLAYING: WATCHING: LISTENING: STREAMING: } }); });
oh wait just noticed you wanted python
sry
@ch1ck3n it fine
then what coding language is this? node.js?
@maheshprakash23 it's Python
@cuber1515 @maheshprakash23 the code snippet i posted is in nodejs not python
@ch1ck3n my bad, I thought he was talking about my bot
oh wait just noticed you wanted python
sry
@ch1ck3n it fine
then what coding language is this? node.js?
@maheshprakash23 it's Python
@cuber1515 @maheshprakash23 the code snippet i posted is in nodejs not python
@ch1ck3n my bad, I thought he was talking about my bot