742 B
Executable File
742 B
Executable File
DiscordGaori
Rewritten DiscordGaori with Node.js
Features
Rich Presence (RPC)
This bot supports Discord's Rich Presence feature, which allows you to customize the bot's status.
To configure the RPC, you need to set the following variables in your .env
file:
RPC_ENABLED
: Set totrue
to enable RPC, orfalse
to disable it.RPC_ACTIVITY_NAME
: The name of the activity you want the bot to display (e.g., "with Gaori").RPC_ACTIVITY_TYPE
: The type of activity. Can be one ofPlaying
,Listening
,Watching
,Streaming
, orCompeting
.
Example .env
configuration:
RPC_ENABLED=true
RPC_ACTIVITY_NAME="전역일 계산"
RPC_ACTIVITY_TYPE=Playing