mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Update discord_alerts.lua
This commit is contained in:
@@ -11,15 +11,16 @@ return {
|
||||
player_kicks = true,
|
||||
player_promotes = false,
|
||||
player_jail = true,
|
||||
["config"] = true,
|
||||
["purge"] = true,
|
||||
["c"] = true,
|
||||
["command"] = true,
|
||||
["silent-command"] = true,
|
||||
["measured-command"] = true,
|
||||
["banlist"] = true,
|
||||
["permissions"] = true,
|
||||
["editor"] = true,
|
||||
["cheat"] = true,
|
||||
["open"] = false,
|
||||
['config']=false,
|
||||
['purge']=false,
|
||||
['c']=false,
|
||||
['sc']=false,
|
||||
['command']=false,
|
||||
['silent-command']=false,
|
||||
['measured-command']=false,
|
||||
['banlist']=false,
|
||||
['permissions']=false,
|
||||
['editor']=false,
|
||||
['cheat']=false,
|
||||
['open']=false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user