pmatos / racket-news

Repository for the Racket News Website
https://racket-news.com
11 stars 2 forks source link

Racket Discord goes bot crazy! #35

Closed spdegabrielle closed 3 years ago

spdegabrielle commented 3 years ago

Racket Discord goes bot crazy!

An example bot for Discord R16 by Alwinfy, Vincent Lee @williewillus and Benedek Szilvasy @eutro allows users to register and execute short code snippets in a sandbox from Discord commands. (Peek behind the curtain and you will see it is using the racket-cord package by Ben Simms, with contributions from Benedek Szilvasy @eutro Vincent Lee @williewillus .)

[Join the Racket discord](Racket discord invite link https://discord.gg/6Zq8sH5) and try it on the #bots channel:

!rkt eval (require math/number-theory) (factorize 120)

or try the !!instant-tshirt command:

!!instant-tshirt (cons
  'Racket
  'News)

image

Are you working on a bot package for another platform? Maybe IRC, Slack, Reddit or something else?

Stephen De Gabrielle

spdegabrielle commented 3 years ago

@williewillus , @eutropius225 and Alwinfy - would you prefer your real names?

spdegabrielle commented 3 years ago

@pmatos can we have the image of the t-shirt in RacketNews?

williewillus commented 3 years ago

Having both is fine with me (Vincent Lee @williewillus)

eutro commented 3 years ago

I would be fine with both as well (Benedek Szilvasy @eutro) - note that I've changed my username since this issue was created.

pmatos commented 3 years ago

@pmatos can we have the image of the t-shirt in RacketNews?

Sure.

pmatos commented 3 years ago

Thanks - I left the mention of racket-cord to next issue so I can use it as a featured project. :)