You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
I decided to do a git pull to get the latest version, and update the config (copying over info to new config.php file) and started the bot, wouldn't respond to any commands, checked error log and was greeted with this:
PHP Fatal error: Uncaught exception 'Discord\Exceptions\PartRequestFailedException' with message 'Erorr code 403: You do not have permission to do this. FORBIDDEN - {"code": 50013, "message": "Missing Permissions"} - guilds/104777608939487232/members/204340407654416385' in /home/leon/discordbot/Dramiel/vendor/team-reflex/discord-php/src/Discord/Parts/Part.php:231
Stack trace:
#0 /home/leon/discordbot/Dramiel/src/plugins/onTick/authCheck.php(134): Discord\Parts\Part->save()
#1 /home/leon/discordbot/Dramiel/src/plugins/onTick/authCheck.php(94): authCheck->checkAuth()
#2 /home/leon/discordbot/Dramiel/Dramiel.php(145): authCheck->tick()
#3 [internal function]: {closure}(Object(React\EventLoop\Timer\Timer))
#4 /home/leon/discordbot/Dramiel/vendor/react/event-loop/src/Timer/Timers.php(90): call_user_func(Object(Closure), Object(React\EventLoop\Timer\Timer))
#5 /home/leon/discordbot/Dramiel/vendor/react/event-loop/src/StreamSelectLoop.php(177): React\EventLoop\Timer\Timers->tick()
#6 /home/leon/discordbot/Dramiel/vendor/team-reflex/ in /home/leon/discordbot/Dramiel/vendor/team-reflex/discord-php/src/Discord/Parts/Part.php on line 231
If i comment out guildID and periodicCheck in config.php the bot responds, but raises errors for missing guildID and periodicCheck
Any thoughts?
The text was updated successfully, but these errors were encountered:
I decided to do a git pull to get the latest version, and update the config (copying over info to new config.php file) and started the bot, wouldn't respond to any commands, checked error log and was greeted with this:
If i comment out guildID and periodicCheck in config.php the bot responds, but raises errors for missing guildID and periodicCheck
Any thoughts?
The text was updated successfully, but these errors were encountered: