Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[events] modBan

MikeyWazowsky edited this page Feb 10, 2017 · 3 revisions
Key Type Description
m String Username of mod
mi int User ID of mod
t String Username of banned user
d String Duration

Example

{
    m: 'xxxxxxxxx',
    mi: xxxxxx,
    t: 'xxxxxxxxx',
    d: 'h'
}
Clone this wiki locally