Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Command Presence

github-actions edited this page Jan 7, 2021 · 2 revisions

✏️ Description

This command will update the bot's presence/activity message.

The message included may have the following templates:

  1. {tickets}
  2. {guilds}

Use these to add this information to the presence message.

Note: This will update the presence in all the servers. If your bot is connected to multiple servers, make sure to not set the presence to any sort of personal information.

❓ Can Be Used By

Can be used only be the owner.

🎈 Usage

Run this command with the following message:

$presence This is my new presence!

This will set the bot's presence to: This is my new presence!.

$presence {tickets} tickets in {guilds} servers!

This will set the bot's presence to: 2 tickets in 3 servers if the bot currently has 2 tickets open across all servers and is connected to 3 different servers.

📌 Arguments

  1. <text>: the text that will be used as the bot's presence.

ℹ️ Other Information

  • The command will work only on guilds.
  • The command is NSFW.