Geekbot, but in dotnet core
Find a file
2018-08-25 21:40:04 +02:00
Geekbot.net Upgrade to discord.net 2.0-beta 2018-08-25 21:40:04 +02:00
Tests Refaction all files into component based folders 2018-05-03 00:56:06 +02:00
WikipediaApi Resharper suggestions 2018-04-30 23:44:19 +02:00
.gitignore Add wikipedia api client, add wikipedia command, show errors in chat when debugging 2018-04-28 01:01:48 +02:00
.gitlab-ci.yml Include git sha in binary 2018-05-06 03:24:09 +02:00
Geekbot.net.sln Add wikipedia api client, add wikipedia command, show errors in chat when debugging 2018-04-28 01:01:48 +02:00
LICENSE Geekbot now uses the GNU GPLv3 license 2017-10-21 20:25:14 +02:00
readme.md Update Readme and add token parameter 2018-05-02 23:33:16 +02:00

pipeline status

Geekbot.net

A General Purpose Discord Bot written in DotNet Core.

You can invite Geekbot to your server with this link

Technologies

  • DotNet Core 2
  • Redis
  • Discord.net

Running

Make sure redis is running

Run these commands

  • dotnet restore
  • dotnet run

On your first run geekbot will ask for your bot token, everything else is taken care of.

For a list of launch options use dotnet run -h

Contributing

Everyone is free to open an issue or create a pull request