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

[events] modMoveDJ

MikeyWazowsky edited this page Feb 11, 2017 · 3 revisions
Key Type Description
m string Username of moderator
mi int User ID of moderator
u string Username of the moved user
o int Old position
n int New position

Example

{
    m: 'xxxxxxxxx',
    mi: xxxxxxxxx,
    u: 'xxxxxxxxx',
    o: 1,
    n: 0
}
Clone this wiki locally