You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicvoidOnPluginStart() {
RegConsoleCmd("sm_discord", Command_Discord, "Replies with Discord link in chat or console.");
}
publicActionCommand_Discord(intclient, intargs) {
C_ReplyToCommand(client, "[{orange}Warmup.zone{default}] {darkred}discord.warmup.zone{default} or {darkred}https://discord.gg/sbGDjQ4{default}");
returnPlugin_Handled;
}
With Chat-Processor: <ReplyToCommand Message output> <sm_discord command>
Without Chat-Processor <sm_discord command> <ReplyToCommand Message output>
The text was updated successfully, but these errors were encountered:
With Chat-Processor:
<ReplyToCommand Message output>
<sm_discord command>
Without Chat-Processor
<sm_discord command>
<ReplyToCommand Message output>
The text was updated successfully, but these errors were encountered: