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
then what coding language is this? node.js?
Discord bot status
I was wondering how to add a custom status to my discord bot (python)
Thanks
oh wait just noticed you wanted python
sry
then what coding language is this? node.js?