Skip to content

Instantly share code, notes, and snippets.

View Ethcelon's full-sized avatar
👨‍💻

Om Bhallamudi Ethcelon

👨‍💻
View GitHub Profile
@Ethcelon
Ethcelon / status.py
Last active December 20, 2015 15:09 — forked from gsathya/status.py
from datetime import datetime
from willie.module import commands, example
# use this to separate different parts of the status
DELIMITER = " ; "
@commands('status')
@example('.status My new status')
def status(bot, trigger):