Advertisement
Guest User

Untitled

a guest
Mar 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. embed = discord.Embed(title="Monage Discord Edition - Help")
  2.  
  3. embed.set_footer(text=" Created message at | 2018/03/25 06:58:15")
  4.  
  5. embed.add_field(name="/help", value=" ヘルプを表示します")
  6. embed.add_field(name="/register", value="あなたの財布を新しく作成します <Create your address>")
  7. embed.add_field(name="/deposit - /list", value="あなたの所有しているアドレスを一覧表示します <List all address you have generated>")
  8. embed.add_field(name="/withdraw ``<address to send>``", value="指定されたmonaを指定されたアドレスに送ります <Withdraw specified amount of Mona available to specified address>")
  9. embed.add_field(name="/withdrawall ``<amount to withdraw> <address to send>``", value="あなたの持っているmonaすべてを指定されたアドレスに送金します <Send all of your Mona available to specified address>")
  10. embed.add_field(name="/tip ``<User to send Mona> <amount to tip> <Comment (optional)>``", value="指定されたmonaを指定されたユーザーに送ります <Tip specified amount of mona to specified user>")
  11. embed.add_field(name="/rain ``<number of people to tip> <total amount to tip>``", value=" 指定された金額のmonaをランダムに配ります。<Tip specified amount to random multiple people. You can choose the number of people to tip (Currently for admin only due to technical difficulties.)>")
  12. embed.add_field(name="/rera", value="rain受け取りに参加します。手数料は0.01monaです。 <Sign up to be a rain-reciever. fee is 0.01 mona currently, and might go up.>")
  13. embed.add_field(name="/omikuzi", value="指定されたmonaを指定されたユーザーに送ります <Tip specified amount of mona to specified user>")
  14. embed.add_field(name="/credit", value="クレジットを表示。")
  15.  
  16. await bot.say(embed=embed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement