I hereby claim:
- I am jtsshieh on github.
- I am jtsshieh (https://keybase.io/jtsshieh) on keybase.
- I have a public key ASAI5jbwE3UXIW0unjxhewZMzUzlLgdemZktfRljuli8-wo
To claim this, I am signing this object:
| import itertools; | |
| numberOfLines = int(input()) | |
| statements = [] | |
| for i in range(0, numberOfLines): | |
| statements.append(input()) | |
| letters = [] | |
| for statement in statements: |
I hereby claim:
To claim this, I am signing this object:
| (function() { | |
| alert('unicorn!'); | |
| })(); |
| const Discord = require('discord.js'); | |
| const bot = new Discord.Client(); | |
| bot.commands = new Discord.Collection(); | |
| bot.on('ready', () => { | |
| console.log(`Logged in as ${bot.user.tag}!`); | |
| }); | |
| bot.on('messageReactionAdd', (reaction, user) => { | |
| if (!reaction.message.embeds) return; |