TheDiscordian / onebot

One bot to rule them all...
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

How is this different from GalaxyBot (adding some IPFS/web3.storage functions?) #23

Closed tippi-fifestarr closed 2 years ago

tippi-fifestarr commented 2 years ago

Is this something that can have helpful IPFS/Web3.storage upload link generation functions?

Is this something that can plug into an RPGMaker?

TheDiscordian commented 2 years ago

This is the repo for GalaxyBot, GalaxyBot's backend is OneBot. The IPFS plugin (including the web3.storage features) is found here.

If you want to connect to web3.storage from RPGMaker, it's probably easier to do that directly, as RPGMaker supports Javascript, you should be able to upload to web3.storage from within it just fine. The only way to interact with OneBot from RPGMaker would be to connect your game to a chat that OneBot is connected to, and run commands through there.