Skip to content

TheOdinProject/odin-bot-v2

Repository files navigation

Odin Bot - Discord Bot for The Odin Project

Welcome to the Odin Bot repository! This is the codebase that powers Odin's right-hand bot, which is used by the tens of thousands of dedicated Odinites in the Discord community of The Odin Project.

The Odin Project is an open-source curriculum for learning full-stack web development. This bot plays a crucial role in our Discord server by displaying helpful information, driving positive engagement through the points system, and incorporating various other nifty features.

Tech Stack

Build Status

This bot has been built with NodeJS and the DiscordJS module.

Contributing

We're thrilled that you're interested in contributing to the Odin Bot! Our bot depends on open source contributions to grow, improve, and thrive. Whether you're a seasoned pro or just starting out, we welcome all kinds of contributions!

Before continuing through this guide, be sure you've read our general contributing guide, as it contains information that is important for all of our repos.

Let's have a blast building and improving the Odin Bot together! We can't wait to see your awesome contributions!

Commands

The Odin-bot command Wiki covers how to register a new command and how the callback function for a command works.

Testing

The Odin-bot testing Wiki covers how to add or edit tests for commands. Each command must have tests to ensure it works as expected.

Setting Up Odin-bot on Your Server

The Odin-bot getting started Wiki covers how to setup Odin-bot on your own server.