Corwin
Corwin

Reputation: 25

How to set a bot's status per guild discord.js

How to set a bot's status per guild discord.js I want to set a bot's status per guild discord.js I now mee6 do it also

Upvotes: 0

Views: 876

Answers (1)

Elitezen
Elitezen

Reputation: 6720

You would have to shard your bot to have multiple status'. This is the closest you can get to "per-guild status", you could assign a shard to each individual guild.

Discord.JS Guide on Sharding

Upvotes: 1

Related Questions