Skip to content

BlackArch/blackarch-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);