Custom Command
FunctionsThreads Functions

$createPost

add a new post in forum channel

Usage

$createPost[
	{forum=Forum Name/ID}
	{title=Post title}
	{content=Post Content}
	{archive=Auto-archive duration}
	{message_ratelimit=how often messages can be sent}
	{return_id=yes/no}
	{reason=reason for audit log}
	{tag=apply Tag1}
	{tag=apply Tag2}...
]

Auto-archive Inactive post:

It accepts only 7 durations: 1h, 1d, 3d, 7d

Post Content:

It accept embed and curl format like\

{content=
	{desc:Embed description}
	{title:Embed Title}
}

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 1 minute
  • Tracked By: forum
  • Type: threadchannel

Functions with the same type share cooldowns based on the same Tracked By value.

On this page