Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 996 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 996 Bytes

PixelBot

The only open-source bot you will ever need.

🚧 THIS PROJECT IS A WORK-IN-PROGRESS 🚧

USE ON YOUR OWN RISK

PixelBot Logo

What is PixelBot?

PixelBot is a free and open-source Discord bot built against the DSharpPlus library. It is built purely by volunteers who work in their free time to improve.

Getting started (using PixelBot)

You can use PixelBot as is, using my bot invite link.

Getting started (building your own bot on top of PixelBot)

Dependencies:

• .NET SDK 6.0 (Windows/macOS/Linux)

$ cd PixelBot
$ dotnet restore
$ dotnet run

It's that easy!

License

This project is licensed under the GNU General Public License 2.0. Please read this license and adhere to its terms if you are using this program and changing its source code.