Configuration for Rustcord not being createdNot An Issue
i wanna use the rustcord plugin, but if i add the .cs file in my plugins folder i dont get an config file in the config section in oxide files. am i doing something wrong or is this a bugg.
Did you install the dependencies for it as listed on the plugin page?
^ dependencies* ;)

i added the depend plugin/file, but now i get an error in my cosole. 

error in the live console : 

[Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/channels/619992776125448192 (code Unauthorized): {"message": "401: Unauthorized", "code": 0}



Merged post

another error :P

[Discord Ext] An error has occured: Response: An error has occurred in sending data.

Merged post

and another one...
Failed to run a 5.00 timer in 'DiscordStatus v2.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x0005f] in <0db201b4a6d84e1496ad8f9b5d17f618>:0
at Oxide.Plugins.DiscordStatus.m__0 () [0x00000] in <0db201b4a6d84e1496ad8f9b5d17f618>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0
5bcb958521a8f.jpg NLGamerpro

i added the depend plugin/file, but now i get an error in my cosole. 

error in the live console : 

[Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/channels/619992776125448192 (code Unauthorized): {"message": "401: Unauthorized", "code": 0}



Merged post

another error :P

[Discord Ext] An error has occured: Response: An error has occurred in sending data.

Merged post

and another one...
Failed to run a 5.00 timer in 'DiscordStatus v2.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DiscordStatus.UpdateStatus () [0x0005f] in <0db201b4a6d84e1496ad8f9b5d17f618>:0
at Oxide.Plugins.DiscordStatus.m__0 () [0x00000] in <0db201b4a6d84e1496ad8f9b5d17f618>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0
Discord Status is not Rustcord.
what do you mean ?

Merged post

oh now i understaind, but rustcord is not putting the bot online when starting the server
5bcb958521a8f.jpg NLGamerpro

[Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/channels/619992776125448192 (code Unauthorized): {"message": "401: Unauthorized", "code": 0}

[Discord Ext] An error has occured: Response: An error has occurred in sending data.

First error is because the bot doesnt have permissions given to it on Discord to send messages in the channel you're telling it to.

Second error is a DiscordStatus issue that locks up everything using the Extension.

Locked automatically