Not working without errorsNot An Issue

Hi, I just installed Rustcord and server logs say the bot is present in 1 guild but it doesnt output anything at all in the channels. No errors, its just doesn't do anything except launch and say its loaded. The bot is present in the Discord server and has permission 8/Administrator. I have tried reloading Rustcord multiple times. Any ideas please?

oxide.reload Rustcord:
Loaded plugin Rustcord v2.5.2 by Kirollos & OuTSMoKE
[Discord Extension] [Warning]: Discord socket opened!
[Discord Extension] [Warning]: Your bot was found in 1 Guilds!
plugins:

01 "Rustcord" (2.5.2) by Kirollos & OuTSMoKE (0.00s) - Rustcord.cs
02 "Image Library" (2.0.58) by Absolut & K1lly0u (0.01s) - ImageLibrary.cs
03 "Kits" (4.0.11) by k1lly0u (0.10s) - Kits.cs
04 "Master Key" (0.7.5) by FastBurst (11.93s) - MasterKey.cs
05 "Raid Tracker" (1.2.3) by nivex (0.01s) - RaidTracker.cs
06 "Vehicle Decay Protection" (1.3.3) by WhiteThunder (0.85s) - VehicleDecayProtection.cs
07 "Claim Vehicle Ownership" (1.2.0) by WhiteThunder (0.00s) - ClaimVehicle.c

version:

Protocol: 2293.205.1 Build Date: 04/01/2021 16:03:20 Unity Version: 2019.4.22f1 Changeset: 60267 Branch: release

Rustcord.json:

{
"CustomLoggingKeywords": [
"Keyword 1",
"Keyword 2"
],
"FilterWords": [
"badword1",
"badword2"
],
"FilteredWord": "<censored>",
"LogExcludeGroups": [
"default"
],
"LogExcludePerms": [
"example.permission"
],
"Apikey": "ODI**************************************bY",
"AutoReloadPlugin": true,
"AutoReloadTime": 600,
"EnableBotStatus": true,
"GameChatIconSteamID": 76561############,
"GameChatTag": "[RUSTCORD]",
"GameChatTagColor": "#7289DA",
"GameChatNameColor": "#55aaff",
"GameChatTextColor": "#ffffff",
"LogChat": true,
"LogJoinQuits": true,
"LogDeaths": true,
"LogVehicleSpawns": false,
"LogCrateDrops": true,
"LogUserGroups": false,
"LogPermissions": false,
"LogKickBans": true,
"LogNameChanges": false,
"LogServerCommands": false,
"LogServerMessages": false,
"LogF7Reports": false,
"LogTeams": false,
"LogRCON": false,
"LogPluginAdminHammer": false,
"LogPluginAdminRadar": false,
"LogPluginBetterChatMute": false,
"LogPluginClans": false,
"LogPluginDiscordAuth": false,
"LogPluginPrivateMessages": false,
"LogPluginRaidableBases": false,
"LogPluginSignArtist": false,
"LogPluginVanish": false,
"EnableCustomLogging": false,
"ReportCommand": "report",
"Commandprefix": "!",
"Channels": [
{
"Channelid": "82746684*********2",
"perms": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute",
"msg_join",
"msg_joinlog",
"msg_quit",
"death_pvp",
"msg_chat",
"msg_teamchat",
"msg_serverinit"
]
},
{
"Channelid": "82747106*********8",
"perms": [
"log_console"
]
},
{
"Channelid": "827473570********6",
"perms": [
"game_report",
"game_bug"
]
}
],
"Commandroles": {
"players": [],
"kick": [
"Administrators",
"Moderators"
],
"com": [
"Administrators",
"Moderators"
],
"mute": [
"Administrators",
"Moderators"
],
"unmute": [
"Administrators",
"Moderators"
]
}
}

Finally got an error:

[Discord Extension] [Error]: Discord has returned error Code: 50013: Missing Permissions, https://discordapp.com/api/channels/827466848357711952/messages (code Forbidden)


Merged post

The missing permissions is now fixed, console and reports channels were private and bot didnt have permission. But the normal channel with

msg_join etc still dont work.

Anything with [Discord Extension] prefix, refer to the Discord Extension support section on uMod.

Locked automatically