logbot
Please note that this repo has nothing to do with logging. It's just a Discord bot.
Roadmap
- Working draft
-
grp
command to get the one of the rising posts from a subreddit
-
help
command
Compile & run
You can do pretty much everything using make.
Remember that, before running, there must be a file named DISCORD_TOKEN
in the same directory where you run the bot. That file must contain YOUR bot's discord token and nothing else.
Dependencies:
- Golang
make
- external Golang libraries which will be installed automatically
To compile run this:
make build
To run without compiling run this:
make run
To get the dependencies (which is done automagically before compiling or running, so you shouldn't really use this):
make deps
License
See LICENSE