Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 747 Bytes

BlackArch Discord Bot

A Discord Bot written in Go to search for packages.

Contributions are more than welcome, however, keep in mind we like things simple.

Dependencies

go get github.com/bwmarrin/discordgo

Note: considering you have go in your PATH.

Usage

To run the bot you need a Discord Application (Bot) Token: https://discord.com/developers/docs/topics/oauth2#bots

make clean run TOKEN='*'

TODO

  • Package search optimization;
  • Proper directory structure (src, etc.);
  • Split code base in multiple files (specially one to handle the triggers);