I hereby claim:
- I am tjhz on github.
- I am tjhz (https://keybase.io/tjhz) on keybase.
- I have a public key ASA5jcBHe4kmvYZJUpNNOXNPfcXAz1KNC24Mkb2PuHYqFwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import {Bot, Command} from './bot.js'; | |
| var artemis = new Bot("username", "password"); | |
| class TestCommand extends Command { | |
| constructor() { | |
| super("ping") | |
| } | |
| run(user, channel, message) { |
| package main | |
| import ( | |
| "github.com/gin-gonic/gin" | |
| _ "github.com/lib/pq" | |
| "github.com/gorilla/context" | |
| "github.com/jinzhu/gorm" | |
| "github.com/spf13/viper" | |
| "time" | |
| "fmt" |
| import random | |
| nonWord = "\n" | |
| class Chain: | |
| words = {} | |
| def __init__(self, data=None, base=None): | |
| if data != None: | |
| self.scan(data) |