Skip to content

Instantly share code, notes, and snippets.

View yhay81's full-sized avatar

Yusuke Hayashi yhay81

View GitHub Profile
@yhay81
yhay81 / monster.json
Created February 6, 2019 13:27
MMOくんのモンスターデータ
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():

Keybase proof

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:

@yhay81
yhay81 / index.ts
Created March 11, 2020 14:49
mattari admin
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(