This is a community bot for the Supabase Discord server. The technology behind is Node with the help of the discord.js library.
Everyone is a welcome to contribute to this project. If you have any questions, don't hesitate to ask in the discussions tab.
- Node.js (v14 or higher)
- Clone the repo
git clone https://github.com/supabase-community/supabase-community-bot.git
- Install NPM packages
We are using pnpm as our package manager for this project. We recommend you to use it. You can install it with npm install -g pnpm
.
npm install # or pnpm install
- Create a
.env
file in the root directory and add the following variables:
DISCORD_TOKEN="<Your Discord bot token>"
CLIENT_ID="<Your Discord bot client ID>"
HELP_CHANNEL_ID="<Discord help channel ID>"
- Run the bot
npm run dev # or pnpm dev
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. You can contribute to this project by:
- Reporting a bug
- Creating a pull request
- Suggesting new features
Don't be afraid to ask questions. We are here to help you.
Distributed under the MIT License. See LICENSE for more information.