geekbot/readme.md

31 lines
786 B
Markdown
Raw Normal View History

2018-01-01 17:42:18 +01:00
[![pipeline status](https://git.boerlage.me/open/Geekbot.net/badges/master/pipeline.svg)](https://git.boerlage.me/open/Geekbot.net/commits/master)
2017-09-30 02:00:21 +02:00
# [Geekbot.net](https://geekbot.pizzaandcoffee.rocks/)
2017-04-12 21:52:29 +02:00
2017-09-30 02:00:21 +02:00
A General Purpose Discord Bot written in DotNet Core.
2017-04-13 00:30:56 +02:00
2017-08-07 18:42:30 +02:00
You can invite Geekbot to your server with [this link](https://discordapp.com/oauth2/authorize?client_id=171249478546882561&scope=bot&permissions=1416834054)
## Technologies
2017-04-13 00:30:56 +02:00
2017-09-30 02:00:21 +02:00
* DotNet Core 2
* Redis
* Discord.net
2017-04-13 00:30:56 +02:00
## Running
2017-04-13 00:30:56 +02:00
2017-09-30 02:00:21 +02:00
Make sure redis is running
2017-04-13 00:30:56 +02:00
2017-09-30 02:00:21 +02:00
Run these commands
* `dotnet restore`
* `dotnet run`
On your first run geekbot will ask for your bot token, everything else is taken care of.
2017-05-07 23:52:01 +02:00
2018-05-02 23:32:40 +02:00
For a list of launch options use `dotnet run -h`
## Contributing
2017-05-07 23:52:01 +02:00
Everyone is free to open an issue or create a pull request