Exiled-Team / DiscordIntegration

GNU General Public License v3.0
13 stars 37 forks source link

changing the display of the number of players and the server status #147

Open scpsltest opened 6 months ago

scpsltest commented 6 months ago

Change the unfortunate message "Playing, waiting for connection" with something more helpful such as "The server is offline" or "There are 20 players left". You can also include "Online players: 0/20" or "Players online: 0" in order to make it clearer. Additionally, it would be advisable to change this message in the configuration file (cfg) of your bot. image image

ghost commented 6 months ago

This is not possible with the current Discord API, please contact Discord about status messages for bots first.

joker-119 commented 6 months ago

This is not possible with the current Discord API, please contact Discord about status messages for bots first.

Wrong. He's simply asking for configurable messages for the status.

I'll consider adding this when i have time to do so, but it won't be a priority as it's not really going to be used by most people.

ghost commented 6 months ago

This is not possible with the current Discord API, please contact Discord about status messages for bots first.

Wrong. He's simply asking for configurable messages for the status.

I'll consider adding this when i have time to do so, but it won't be a priority as it's not really going to be used by most people.

Sorry about being incorrect, the reason I had that answer was that I have tried doing this once and it could only do "Watching", "Playing", or "Listening to" status messages. It could have been my terrible decision-making.