Skip to main content

Updating the Extension

  1. Go to Admin Panel → Extensions → Others → Discord Integration and click Uninstall
  2. Replace the Discord folder with the new version
  3. Go back to Admin Panel → Extensions → Others and click Install
  4. 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=redis or database) → 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