Skip to content

Instantly share code, notes, and snippets.

View DasWolke's full-sized avatar

Wolke DasWolke

  • Germany
  • 00:17 (UTC +02:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am DasWolke on github.
  • I am wolke (https://keybase.io/wolke) on keybase.
  • I have a public key whose fingerprint is 4666 DEBE 4D4A 62C2 4FD1 5F32 4462 973F A50F 0B73

To claim this, I am signing this object:

<div id="app">
<div id="navbar" class="navbar navbar--fixed">
<div class="navbar__group navbar__group--left">
<a class="navbar__link" href="">
<div class="navbar__item">
test
</div>
</a>
</div>
<div class="navbar__group">
@DasWolke
DasWolke / microservice bots.md
Last active June 11, 2024 18:16
Microservice bots

Microservice Bots

What they are and why you should use them

Introduction

Recently more and more chatbots appear, the overall chatbot market grows and the platform for it grows as well. Today we are taking a close look at what benefits creating a microservice chatbot on Discord - (a communication platform mainly targeted at gamers) would provide.

The concepts and ideas explained in this whitepaper are geared towards bots with a bigger userbase where the limits of a usual bot style appear with a greater effect

Information about Discord itself

(If you are already proficient with the Discord API and the way a normal bot works, you may skip ahead to The Concept)