SupaCommunityBot

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.

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/supabase-community/supabase-community-bot.git
  1. 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
  1. 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>"
  1. Run the bot
npm run dev # or pnpm dev

Contributing

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.

License

Distributed under the MIT License. See LICENSE for more information.