Gaming World Forums

General Category => Technology and Programming => Topic started by: dosmaen on June 20, 2024, 04:38:28 pm

Title: mr_malbius -- A Discord Chat bot
Post by: dosmaen on June 20, 2024, 04:38:28 pm
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.
Title: mr_malibus -- A Discord Chat bot
Post by: dosmaen on June 23, 2024, 08:43:59 am
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.
Title: mr_malbius -- A Discord Chat bot
Post by: EpsilonEagle on July 05, 2024, 08:48:37 pm
Really cool bot! I'd like to see what other functions you can add to it in the future.