Skip to content

jebediah47/galactica-bot

Repository files navigation

Galactica Bot logo

galactica-bot

An open-source Discord bot built with TypeScript

CI Status CodeFactor License GitHub package.json version

💭 What is Galactica?

Galactica is a powerful Discord bot written in TypeScript that can elevate your server to the next level. It has a lot of features like moderation, fun, utility, and more.

⚡️ Fast Implementation

Step 1: Clone Galactica bot with git by running:

git clone https://github.com/jebediah47/galactica-bot

Step 2: Export the token environment variable:

export GALACTICA_TOKEN="your-token-here"

Step 3 Read the Galactica Bot documentation https://galacticabot.vercel.app for more info.

Step 4: Install all the required dependencies by running:

npm install
# or
yarn
# or
pnpm install

Step 5: Running the bot:

npm run dev
# or
yarn dev
# or
pnpm dev

🎉 You're ready!

Expected output:

We have logged in as [your_bot_name#discriminator]

If you got this output you are ready to go!