Skip to content

Instantly share code, notes, and snippets.

@BarryCarlyon
Created April 16, 2021 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BarryCarlyon/a72f2d2f76c738148383873b8853658d to your computer and use it in GitHub Desktop.
Save BarryCarlyon/a72f2d2f76c738148383873b8853658d to your computer and use it in GitHub Desktop.
Extend Check AutoMod status to allow the developer to specify the level
{
"data": [
{
"msg_id": "123",
"is_permitted": true,
"level": 3
},
{
"msg_id": "393",
"is_permitted": false,
"level": wahteverthechannelis
}
]
}
{
"data": [
{
"msg_id": "123",
"msg_text": "Hello World!",
"user_id": "23749",
"level": 3
},
{
"msg_id": "393",
"msg_text": "Boooooo!",
"user_id": "23422"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment