You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: