LobsterBot is a simple free and open source discord bot
- Go to Discord Developers
- Create an application
- Open the application and go to the bot tab
- Create a bot
- Reset the token and copy it
- Go to OAuth2 > Url generator
- Select bot and commands.create
- Enable all the permissions you want
- Copy the link
- Copy the client id on the OAuth page
- Enable developer settings in discord if you havent already done that
- Copy your server id
- Create a .env in the bot
- Type
and if you want, you can add another line with
token=BOT TOKEN clientId=CLIENT ID guildId=SERVER ID TESTING=truePROFANITY_DISABLED=trueif you want to disable profanity - open a terminal
- type
npm install - type
npm i -g pm2 - run
pm2 start ecosystem.config.js - go to the link you copied and add LobsterBot to your server
