Script mr_malbius -- A Discord Chat bot (Read 22 times)

  • Avatar of dosmaen
  • eating pinecones
  • PipPipPipPipPipPipPipPipPip
  • Group: Administrator
  • Joined: Jan 9, 2019
  • Posts: 3221
I've been trying to improve my Python skills so I've been writing a simple discord bot which you can check out over here. https://github.com/dosmaen88/mrmalbius

So far it can
- Add and display quotes
- Tell you the weather in a particular city
- You can slap people

Will add more stuff as time goes on, but I think it's a good start.
Last Edit: June 23, 2024, 08:56:36 am by dosmaen

  • Avatar of dosmaen
  • eating pinecones
  • PipPipPipPipPipPipPipPipPip
  • Group: Administrator
  • Joined: Jan 9, 2019
  • Posts: 3221
I added some more functions to it:
- Random images from GW past and present using !gwimage
- !randomgame will pull up some random free games from itch.io
- Connectivity with a mysql database and for right now it's just adding a +1 to a users post count each time they write something.

I'll probably add more going forward although I'm not quite sure what else I could add.

  • Avatar of EpsilonEagle
  • Group: Member
  • Joined: Aug 13, 2015
  • Posts: 80
Really cool bot! I'd like to see what other functions you can add to it in the future.