I hereby claim:
- I am raspbeguy on github.
- I am raspbeguy (https://keybase.io/raspbeguy) on keybase.
- I have a public key ASBkOrrSCNBfgKeghmAV3J1tpWqFRAj4Z0SDoxgwcVgP9Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from errbot import BotPlugin, botcmd | |
import yaml | |
from playsound import playsound | |
class Sound(): | |
def __init__(self, filename, aliases): | |
self.filename = filename | |
self.aliases = aliases | |
self.counter = 0 |