Friendly host bot for the glif.app Discord server - join here: https://glif.app/discord
This project was created with JellyCommands
The randomly-generated intro message looks something like this:
We are using pnpm
rather than npm or yarn.
Copy the example .env
and put your Discord bot token in the:
cp .env.example .env
Then in development:
pnpm run dev
In a production deployment:
pnpm run start
Full list of Discord.js events and their parameters: https://old.discordjs.dev/#/docs/discord.js/14.13.0/class/Client?scrollTo=e-guildMemberAdd
JellyCommands docs - helper layer + boilerplate on top of discord.js: https://jellycommands.dev/guide/commands/slash.html