Add a description, image, and links to the discord-spam-bot topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the discord-spam-bot topic, visit your repo's landing page and select "manage topi...
V.Invite the Bot to the server (Persuade them to invite your bot) https://discordapp.com/oauth2/authorize?scope=bot&permissions=8&client_id=ID Change 'ID' for your BOT's ID and send the link to your friendNote: If you think people never add bots that have permission n.º 8 (adm...
I'd recommend running the bot with systemd, to keep the bot always online. A basic unit file could look like this: [Unit] Description=Antispam Discord Bot After=network.target [Service] ExecStart=/home/PATH_TO_THE_EXECUTABLE Type=simple Restart=always [Install] WantedBy=multi-user.target ...