corpnewt / CorpBot.py

A very clumsy python bot for discord
MIT License
195 stars 94 forks source link

Resetting Bot Presence #119

Closed eunola closed 3 years ago

eunola commented 3 years ago

I was trying to remove the bot set custom status but I can’t seem to find a way to do so. I’ve shutdown the bot and restarted it.

corpnewt commented 3 years ago

You can use the bot's $pres command to change its presence:

Changes the bot's presence (owner-only).

Playing type options are:

0. Playing (or None without game)
1. Streaming (requires valid twitch url)
2. Listening
3. Watching

Status type options are:

1. Online
2. Idle
3. DnD
4. Invisible

If any of the passed entries have spaces, they must be in quotes.

Passing nothing to the command resets any playing status, and changes the bot to online. Examples below:

image

-CorpNewt