Open avaer opened 4 years ago
I made pro bot for exokit before
Yup @ChrisEddy you have some experience here.
Where is that crypto code ?
There is a Cloudflare worker and AWS lambda functions, but it isn't crypto code -- it is more like Discord API code.
I can post those up if interested, though the deployment is quite bespoke so it will be hard to test.
Discord Cloudflare worker: https://github.com/webaverse/discord-cloudflare Discord AWS Lambda function: https://github.com/webaverse/discord-lambda
Hey @avaer @ChrisEddy, I was wondering if any progress been made on this task?
No, nothing since the issue was posted. It's still something we'd like to do.
Sounds good! Are there any other features you think would be cool to see, apart from sharing xrpks/rooms with commands?
Yes, we already have the ability to list the packages in a certain user's blockchain wallet for example; this predates the web registry.
But ideally most of the functions of the inspect.html
and edit.html
frontend can be done from Discord commands.
Ultimately I think it also makes sense to bridge in-world chat to discord as well, similar to how it's done with Hubs.
Just for reference, @yahengsu @nicoledanuwidjaja and I have made a repo for an initial discord bot at https://github.com/MLH-Fellowship/webaverse-bot!
Thanks, @ChrisEddy might be deploying it soon.
Since the community is kind of rallying around the Webaverse Discord, it would be cool to polish up the Discord bot so we can share XRPK's and rooms with commands.
This is currently implemented as a Cloudflare worker that listens on Discord channels, with an AWS Lambda backend attached that handles Discord API calls.
If there is interest in this issue we can break it out to open source repos under
webaverse
and figure out a way to automate deployment.