13bf4ca7a4ee6e911f9a0f29161dd9786a9d0a5d
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
Description
A Discord bot that makes it easy for Republic of Korea soldiers to check their discharge date
Languages
JavaScript
100%