Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.03 KB

multibot

A multiplatform Bot on Discord, Slack, Telegram and IRC) for fun and play. It was called "discordbot" before.

Stuff to try

wieneruwurst is a weird word, no? I can't grep uwu in /usr/share/dict/words

how do i get more aws credit?

o/

hello

お前はもう死んでいる

whymca?

!xkcd 356

!explainxkcd 356

selamat pagi!

!sd close up portrait of robot

Where to try

Why!?

https://austinhenley.com/blog/makinguselessstuff.html

https://justforfunnoreally.dev/

How to contribute?

  1. Fork

  2. hack

    go get ./...
    CGO_ENBALED=0 go run . # Lazy to set up rust tooling
  3. test

    go run . testbot # Test things as a CLI
  4. git

    git add && git commit && git push
  5. submit pull request