i had the bot working perfectly at one point.. restarted my server, and now no messages are showing up in my discord.. I have no idea where to start to diagnose the problem. but heres a copy of my config file.. is there any website i can use to verify its writen correctly?
{
"Apikey": "KEY",
"AutoReloadPlugin": true,
"AutoReloadTime": 901,
"GameChatTag": "[Rustcord]",
"GameChatTagColor": "#7289DA",
"GameChatNameColor": "#55aaff",
"GameChatTextColor": "#ffffff",
"LogChat": true,
"LogJoinQuits": true,
"LogDeaths": true,
"LogCrateDrops": false,
"LogUserGroups": true,
"LogPermissions": true,
"LogKickBans": true,
"LogNameChanges": true,
"LogServerCommands": true,
"LogServerMessages": true,
"LogF7Reports": true,
"LogTeams": true,
"LogVehicleSpawns": false,
"LogPluginAdminHammer": false,
"LogPluginAdminRadar": false,
"LogPluginBetterChatMute": true,
"LogPluginClans": true,
"LogPluginDiscordAuth": true,
"LogPluginPrivateMessages": true,
"LogPluginRaidableBases": false,
"LogPluginSignArtist": true,
"LogPluginVanish": false,
"ReportCommand": "report",
"Commandprefix": "!",
"Channels":[
{
"Channelid":"ID",
"perms":[
"msg_chat",
"msg_teamchat",
"death_pvp",
"death_player",
"death_npc",
"death_animal",
"death_vehicle",
]
},
{
"Channelid":"ID",
"perms":[
"msg_joinlog",
"msg_join",
"msg_quit",
]
},
{
"Channelid":"ID",
"perms":[
"game_report",
]
},
{
"Channelid":"ID",
"perms":[
"game_bug",
]
},
{
"Channelid":"ID",
"perms":[
"msg_serverinit",
]
},
{
"Channelid":"ID",
"perms":[
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
]
}
],
"Commandprefix":"!",
"Commandroles":{
"players":[
],
"kick":[
"Admins",
"Staff",
"Mods"
],
"mute":[
"Admins",
"Staff",
"Mods"
],
"unmute":[
"Admins",
"Staff",
"Mods"
],
"com":[
"Admins",
"Staff"
]
},
"FilteredWord":"<censored>",
"FilterWords":[
],
"LogExcludeGroups": [
"default"
],
"LogExcludePerms": [
"example.permission"
]
}