Updating the Extension
- Go to Admin Panel → Extensions → Others → Discord Integration and click Uninstall
- Replace the
Discordfolder with the new version - Go back to Admin Panel → Extensions → Others and click Install
- Re-enter your configuration and save — slash commands will be re-registered automatically
After updating, clear the Laravel cache via SSH from your Paymenter directory:
sudo -u www-data php artisan cache:clear
Additionally, if applicable:
- Queue Worker running (
QUEUE_CONNECTION=redisordatabase) → restart it:sudo -u www-data php artisan queue:restart - PHP Opcache enabled → reload PHP-FPM or the web server so the new code is picked up:
sudo systemctl reload php8.x-fpm