diff --git a/gamemodes/irresistible/cnr/discord/discord_commands.pwn b/gamemodes/irresistible/cnr/discord/discord_commands.pwn index 748c5de..005aa28 100644 --- a/gamemodes/irresistible/cnr/discord/discord_commands.pwn +++ b/gamemodes/irresistible/cnr/discord/discord_commands.pwn @@ -452,4 +452,10 @@ DQCMD:rcon( DCC_Channel: channel, DCC_User: user, params[ ] ) } } return 1; +} + +/* ** In-Game Discord Commands * **/ +CMD:discord( playerid, params[ ] ) +{ + return SendServerMessage( playerid, "You can access our Discord server at {7289da}sfcnr.com/discord" ); } \ No newline at end of file