I hereby claim:
- I am yhay81 on github.
- I am yhay81 (https://keybase.io/yhay81) on keybase.
- I have a public key ASATeAOR3Koo3zBKhXc1r4nRa8NcWkwjS_jWN95oUVPKkgo
To claim this, I am signing this object:
monsters.json | |
[ | |
{ | |
"name": "【超強敵!!】デュラハン", | |
"hp_co": 0, | |
"dmg_co": 1.0, | |
"quote": "...", | |
"img": "dullahan.png" | |
}, |
import sqlite3 | |
import random | |
import discord | |
client = discord.Client() | |
conn = sqlite3.connect("recruit.db") | |
@client.event | |
async def on_ready(): |
I hereby claim:
To claim this, I am signing this object:
import Discord from "discord.js"; | |
const client = new Discord.Client(); | |
// ready | |
/* Emitted when the client becomes ready to start working. */ | |
client.on("ready", function() { | |
console.log(`the client becomes ready to start`); | |
console.log(`I am ready! Logged in as ${client.user.tag}!`); | |
console.log( |