arionum-developers / rfc

Arionum project Request for Comments (RFC)
https://arionum.com
2 stars 0 forks source link

Create an ARO Tip bot for Discord #7

Open owenvoke opened 5 years ago

owenvoke commented 5 years ago

Description

Create a tip bot for Discord.

Possible implementation

This should be relatively easy, utilising the Arionum RPC.

We could probably modify the MSFTserver/TipBot package (or similar) to allow tipping.

Commands could be as follows:

!tip                             # View available commands
!tip [@user] [amount]            # Tip a user the specified amount
!tip balance                     # View the balance for the current user
!tip setaddress [address]        # Set the address for the current user
!tip withdraw [amount]           # Withdraw the specified amount the registered address
!tip withdraw [amount] [address] # Withdraw the specified amount to an alternative address
fonship commented 5 years ago

May be you can get this bot add ARO or get ideas from it what can be made, i see some other coins using it: https://discordbots.org/bot/479147589363826688

kdrent015 commented 5 years ago

I made a start with the Discord TipBot based on MSFTserver/Tipbot:

Aro-Tipbot

Next step would be to start a node and connect bot with node through rpc client: json-rpc