Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an ARO Tip bot for Discord #7

Open
owenvoke opened this issue May 17, 2019 · 2 comments
Open

Create an ARO Tip bot for Discord #7

owenvoke opened this issue May 17, 2019 · 2 comments

Comments

@owenvoke
Copy link
Member

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
Copy link

fonship commented May 18, 2019

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
Copy link

kdrent015 commented May 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants