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

[events] modMute

MikeyWazowsky edited this page Feb 10, 2017 · 1 revision
Key Type Description
d String Duration
i int User ID of muted user
m String Username of mod
mi int User ID of mod
r int Reason
t String Username of muted user

Example

{
    d: 's',
    i: xxxxxx,
    m: 'xxxxxxxxx',
    mi: xxxxxx,
    r: x,
    t: 'xxxxxxxxx'
}
Clone this wiki locally