Deploying a Discord Bot with Laravel: Automatically Responding to ‘/hello
I am using Laravel and want to deploy a Discord bot. So that when users on Discord send “/hello”, the bot will automatically reply “Welcome”. Please show me how to deploy it. I’ve read the documentation of the library composer require nwilging/laravel-discord-bot but didn’t understand much :3