Manual Setup
Creating the bot
Creating the bot with Lilybird is a trivial task.
Adding types to process.env
In case you are using TypeScript we highly encourage adding proper types to your process.env.
This can be done by creating a globals.d.ts
file on the root of your project.
And then adding the following to your tsconfig.json
.